Structure representing the BLE read request.
This structure is used to define the parameters for a BLE read request, including the remote device address, attribute handle, request type, and offset.
Public Attributes#
uint8_t
Remote device address.
uint16_t
Attribute handle.
uint8_t
Request type: 0 - Read request, 1 - Read Blob request.
uint8_t
Reserved for future use.
uint16_t
Offset of attribute value to be read.