Structure representing the BLE request for a long attribute value.

This structure is used to define the parameters for a BLE request to get a long attribute value, including the remote device address, the attribute handle, and the attribute value offset.

Public Attributes#

uint8_t

Remote device address.

uint16_t

Attribute handle.

uint16_t

Attribute value offset.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_req_long_att_value_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address.


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

handle#

uint16_t rsi_ble_req_long_att_value_s::handle

Attribute handle.


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

offset#

uint16_t rsi_ble_req_long_att_value_s::offset

Attribute value offset.


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