Structure representing the BLE GATT read response.
This structure is used to define the parameters for a BLE GATT read response, including the remote device address, the type of the read response, reserved field for future use, the length of the attribute value, and the attribute value itself.
Public Attributes#
uint8_t
Remote device address.
uint8_t
Type of the read response.
uint8_t
Reserved for future use.
uint16_t
Attribute value length.
uint8_t
Attribute value (data)