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


handle#

uint8_t rsi_ble_event_read_by_type3_s::handle[2]

attribute handle


length#

uint16_t rsi_ble_event_read_by_type3_s::length

length of attribute value


att_value#

uint8_t rsi_ble_event_read_by_type3_s::att_value[RSI_DEV_ATT_LEN]

This contains the attribute value. The maximum value is 240, refer to RSI_DEV_ATT_LEN Macro