Structure representing the response for Attribute Descriptors in BLE.

Public Attributes#

uint8_t

Number of descriptors found.

uint8_t

Reserved.

Attribute descriptors list.

Public Attribute Documentation#

num_of_att#

uint8_t rsi_ble_resp_att_descs_s::num_of_att

Number of descriptors found.


reserved#

uint8_t rsi_ble_resp_att_descs_s::reserved[3]

Reserved.


att_desc#

att_desc_t rsi_ble_resp_att_descs_s::att_desc[RSI_BLE_MAX_RESP_LIST]

Attribute descriptors list.

  • The maximum value is 5.