Structure representing the BLE event for reading characteristic services by type.
This structure is used to represent the BLE event RSI_BLE_EVENT_GATT_READ_CHAR_SERVS
with event ID 0x1503
. It provides information related to the read operation of characteristic services.
Public Attributes#
uint8_t
Remote device address.
uint8_t
Number of characteristic services found.
uint8_t
Reserved for future use.
It contains the characteristic service list.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_event_read_by_type1_s::dev_addr[RSI_DEV_ADDR_LEN]
Remote device address.
Definition at line
784
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
num_of_services#
uint8_t rsi_ble_event_read_by_type1_s::num_of_services
Number of characteristic services found.
Definition at line
786
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
reserved#
uint8_t rsi_ble_event_read_by_type1_s::reserved
Reserved for future use.
Definition at line
788
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
char_services#
char_serv_t rsi_ble_event_read_by_type1_s::char_services[RSI_BLE_MAX_RESP_LIST]
It contains the characteristic service list.
The maximum value is 5.
Definition at line
790
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h