You are viewing documentation for version:3.3.4Structure 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_tdev_addrRemote device address. uint8_tnumber_of_profilesNumber of profiles found. uint8_treservedReserved for future use. profile_descriptors_tprofile_descList 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. number_of_profiles#uint8_t rsi_ble_event_profiles_list_s::number_of_profilesNumber of profiles found. reserved#uint8_t rsi_ble_event_profiles_list_s::reservedReserved for future use. 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