Structure representing the BLE request for profiles list.
This structure is used to define the parameters for a BLE request to get the profiles list, including the remote device address, the handle from which the profiles search will start, and the handle at which the profiles search will stop.
Public Attributes#
uint8_t
Remote device address.
uint16_t
Profiles search will start from this handle.
uint16_t
Profiles search will stop at this handle.