Structure represents the BLE GATT prepare write response.
This structure is used to define the parameters for a BLE GATT prepare write response, which includes 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.
uint16_t
Attribute handle.
uint16_t
Attribute value offset.
uint16_t
Attribute value length.
uint8_t
Attribute value (data)