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 Attributes#

uint16_t
uint16_t
uint8_t

Public Attribute Documentation#

handle#

uint16_t rsi_ble_set_local_att_value_s::handle

Attribute handle


Definition at line 1519 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

data_len#

uint16_t rsi_ble_set_local_att_value_s::data_len

Attribute value length


Definition at line 1521 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

data#

uint8_t rsi_ble_set_local_att_value_s::data[RSI_DEV_ATT_LEN]

Attribute value (data)


Definition at line 1523 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h