Structure representing the BLE Security Manager Protocol (SMP) pairing failure request.

This structure is used to define the parameters for a BLE SMP pairing failure request, including the address of the remote device and the reason for the pairing failure.

Public Attributes#

uint8_t

Address of the remote device.

uint8_t

Reason for the pairing failure.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_req_smp_pair_failed_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the remote device.


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

reason#

uint8_t rsi_ble_req_smp_pair_failed_s::reason

Reason for the pairing failure.


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