Structure representing the BLE command to set a local attribute value.
This structure is used to define the parameters for a BLE command to set a local attribute value, including the attribute handle, the length of the attribute value, and the attribute value itself.
Public Attributes#
uint16_t
Attribute handle.
uint16_t
Attribute value length.
uint8_t
Attribute value (data)