Structure representing the BLE event profiles list.
This structure is used to define the parameters for the BLE event profiles list, including the remote device address, number of profiles found, and the list of found profiles.
Public Attributes#
uint8_t
Remote device address.
uint8_t
Number of profiles found.
uint8_t
Reserved for future use.
List of found profiles.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_event_profiles_list_s::dev_addr[RSI_DEV_ADDR_LEN]
Remote device address.
Definition at line
751
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
number_of_profiles#
uint8_t rsi_ble_event_profiles_list_s::number_of_profiles
Number of profiles found.
Definition at line
753
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
reserved#
uint8_t rsi_ble_event_profiles_list_s::reserved
Reserved for future use.
Definition at line
755
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
profile_desc#
profile_descriptors_t rsi_ble_event_profiles_list_s::profile_desc[RSI_BLE_MAX_RESP_LIST]
List of found profiles.
The maximum value is 5
Definition at line
757
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h