Structure representing the BLE request for attribute descriptors.

This structure is used to define the parameters for a BLE request to get attribute descriptors, including the remote device address, the handle from which the search will start, and the handle at which the search will end.

Public Attributes#

uint8_t

Remote device address.

uint8_t

Search will start from this handle.

uint8_t

Search will end at this handle.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_req_att_descs_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address.


Definition at line 1294 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

start_handle#

uint8_t rsi_ble_req_att_descs_s::start_handle[2]

Search will start from this handle.


Definition at line 1296 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

end_handle#

uint8_t rsi_ble_req_att_descs_s::end_handle[2]

Search will end at this handle.


Definition at line 1298 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h