Structure represents the BLE request for attribute descriptors.
This structure is used to define the parameters for a BLE request to get attribute descriptors, which includes the remote device address, the handle from which the search would start, and the handle at which the search would end.
Public Attributes#
uint8_t
Remote device address.
uint8_t
Search will start from this handle.
uint8_t
Search will end at this handle.