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 Attribute Documentation#

dev_addr#

uint8_t rsi_ble_event_profiles_list_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address


Definition at line 764 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 766 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 768 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 770 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h