Structure represents the BLE request to disconnect.

This structure is used to define the parameters for the BLE request to disconnect, which includes the device address, and the type of disconnect operation.

Public Attributes#

uint8_t

Address of the device to disconnect.

uint8_t

Type of the disconnect operation.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_req_disconnect_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the device to disconnect.


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

type#

uint8_t rsi_ble_req_disconnect_s::type

Type of the disconnect operation.


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