Structure contains the service information received during the GATT read value by UUID event.

Public Attributes#

uint8_t
uint8_t
uint16_t
uint8_t

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_event_read_by_type3_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address


Definition at line 829 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

handle#

uint8_t rsi_ble_event_read_by_type3_s::handle[2]

Connection handle


Definition at line 831 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

length#

uint16_t rsi_ble_event_read_by_type3_s::length

Total length of the att_value list


Definition at line 833 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

att_value#

uint8_t rsi_ble_event_read_by_type3_s::att_value[RSI_DEV_ATT_LEN]

This contains the attribute handle-value pairs. The maximum value is 240. For more information, see the RSI_DEV_ATT_LEN macro. Index 0 of att_value contains the length of each attribute handle-value pair.


Definition at line 836 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h