Structure representing the BLE request for profiles list.
This structure is used to define the parameters for a BLE request to get the profiles list, which includes the remote device address, the handle from which the profiles search would start, and the handle at which the profiles search will stop.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_req_profiles_list_s::dev_addr[RSI_DEV_ADDR_LEN]
Remote device address
Definition at line
1211
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
start_handle#
uint16_t rsi_ble_req_profiles_list_s::start_handle
Profiles search will start from this handle
Definition at line
1213
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
end_handle#
uint16_t rsi_ble_req_profiles_list_s::end_handle
Profiles search will stop at this handle
Definition at line
1215
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h