You are viewing documentation for version:
Structure represents the BLE Security Manager Protocol (SMP) pairing failure request.
This structure is used to define the parameters for a BLE SMP pairing failure request, which includes 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.
reason#
uint8_t rsi_ble_req_smp_pair_failed_s::reason
Reason for the pairing failure.