Structure represents the BLE request to set an attribute value.
This structure is used to define the parameters for a BLE request to set an attribute value, which includes the remote device address, the attribute handle, the length of the attribute value, and the attribute value itself. The module would receive the acknowledgement from the remote device.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_set_att_val_s::dev_addr[RSI_DEV_ADDR_LEN]
Remote device address
Definition at line
1386
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
handle#
uint8_t rsi_ble_set_att_val_s::handle[2]
Attribute handle
Definition at line
1388
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
length#
uint8_t rsi_ble_set_att_val_s::length
Length of the attribute value
Definition at line
1390
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
att_value#
uint8_t rsi_ble_set_att_val_s::att_value[RSI_DEV_ATT_LEN]
Attribute value
Definition at line
1392
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h