Structure representing the BLE request for a specific profile.
This structure is used to define the parameters for a BLE request to get a specific profile, including the remote device address, reserved bytes for future use, and the profile UUID.
Public Attributes#
uint8_t
Remote device address.
uint8_t
Reserved for future use.
Profile UUID (20 bytes)
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_req_profile_s::dev_addr[RSI_DEV_ADDR_LEN]
Remote device address.
Definition at line
1212
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
reserved#
uint8_t rsi_ble_req_profile_s::reserved[2]
Reserved for future use.
Definition at line
1214
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
profile_uuid#
uuid_t rsi_ble_req_profile_s::profile_uuid
Profile UUID (20 bytes)
Definition at line
1216
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h