Structure representing the BLE command to set a long attribute value.

This structure is used to define the parameters for a BLE command to set a long attribute value, including 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.

uint8_t

Attribute handle.

uint8_t

Attribute value offset.

uint8_t

Length of the attribute value.

uint8_t

Attribute value.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_set_long_att_val_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address.


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

handle#

uint8_t rsi_ble_set_long_att_val_s::handle[2]

Attribute handle.


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

offset#

uint8_t rsi_ble_set_long_att_val_s::offset[2]

Attribute value offset.


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

length#

uint8_t rsi_ble_set_long_att_val_s::length

Length of the attribute value.


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

att_value#

uint8_t rsi_ble_set_long_att_val_s::att_value[RSI_DEV_ATT_LEN]

Attribute value.


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