Structure to hold the response for the BLE profiles list command.

Public Attributes#

uint8_t

Number of profiles found.

uint8_t

Reserved.

List of found profiles

  • The maximum value is 5.

Public Attribute Documentation#

number_of_profiles#

uint8_t rsi_ble_resp_profiles_list_s::number_of_profiles

Number of profiles found.


reserved#

uint8_t rsi_ble_resp_profiles_list_s::reserved[3]

Reserved.


profile_desc#

profile_descriptors_t rsi_ble_resp_profiles_list_s::profile_desc[RSI_BLE_MAX_RESP_LIST]

List of found profiles

  • The maximum value is 5.