Structure representing the BLE request for attribute value.

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

Public Attributes#

uint8_t

Remote device address.

uint8_t

Attribute handle.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_req_att_value_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address.


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

handle#

uint8_t rsi_ble_req_att_value_s::handle[2]

Attribute handle.


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