Structure representing the BLE Security Manager Protocol (SMP) response.

This structure is used to define the parameters for a BLE SMP response, including the device address, IO capability, and Man-In-The-Middle (MITM) protection requirement.

Public Attributes#

uint8_t

Device address for the SMP response.

uint8_t

IO capability of the device.

uint8_t

MITM protection requirement.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_smp_response_s::dev_addr[RSI_DEV_ADDR_LEN]

Device address for the SMP response.


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

io_capability#

uint8_t rsi_ble_smp_response_s::io_capability

IO capability of the device.


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

mitm_req#

uint8_t rsi_ble_smp_response_s::mitm_req

MITM protection requirement.


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