Structure represents the BLE request for multiple attribute values.
This structure is used to define the parameters for a BLE request to get multiple attribute values, which includes the remote device address, the number of attribute handles, reserved bytes for future use, and the list of attribute handles.
Public Attributes#
uint8_t
Remote device address.
uint8_t
Number of attribute handles.
uint8_t
Reserved for future use.
uint16_t
List of attribute handles.