Structure representing the BLE request to prepare a write operation.
This structure is used to define the parameters for a BLE request to prepare a write operation, including the remote device address, the attribute handle, the attribute value offset, the length of the attribute value, and the attribute value itself.
Public Attributes#
uint8_t
Remote device address.
uint8_t
Attribute handle.
uint8_t
Attribute value offset.
uint8_t
Length of the attribute value.
uint8_t
Attribute value.