You are viewing documentation for version:
Structure represents 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, which includes the attribute handle, the length of the attribute value, and the attribute value itself.
Public Attribute Documentation#
handle#
uint16_t rsi_ble_set_local_att_value_s::handle
Attribute handle
data_len#
uint16_t rsi_ble_set_local_att_value_s::data_len
Attribute value length
data#
uint8_t rsi_ble_set_local_att_value_s::data[RSI_DEV_ATT_LEN]
Attribute value (data)