Structure representing the BLE GATT read response.

This structure is used to define the parameters for a BLE GATT read response, including the remote device address, the type of the read response, reserved field for future use, the length of the attribute value, and the attribute value itself.

Public Attributes#

uint8_t

Remote device address.

uint8_t

Type of the read response.

uint8_t

Reserved for future use.

uint16_t

Attribute value length.

uint8_t

Attribute value (data)

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_gatt_read_response_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address.


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

type#

uint8_t rsi_ble_gatt_read_response_s::type

Type of the read response.


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

reserved#

uint8_t rsi_ble_gatt_read_response_s::reserved

Reserved for future use.


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

data_len#

uint16_t rsi_ble_gatt_read_response_s::data_len

Attribute value length.


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

data#

uint8_t rsi_ble_gatt_read_response_s::data[RSI_DEV_ATT_LEN]

Attribute value (data)


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