Disconnection event structure for BLE.

This structure contains information about the disconnection event of a BLE device.

Public Attributes#

uint8_t

Device address of the disconnected device.

uint8_t

The type of the disconnected device (LE)

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_event_disconnect_s::dev_addr[RSI_DEV_ADDR_LEN]

Device address of the disconnected device.


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

dev_type#

uint8_t rsi_ble_event_disconnect_s::dev_type

The type of the disconnected device (LE)


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