Structure represents 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, which includes the remote device address, the attribute handle, and the attribute value offset.

Public Attributes#

uint8_t
uint16_t
uint16_t

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 1364 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 1366 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 1368 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h