sl_bt_evt_sm_confirm_bondingSecurity Manager#
Indicates a user request to display that the new bonding request is received and for the user to confirm the request.
Data Structures#
struct | sl_bt_evt_sm_confirm_bonding_s | Data structure of the confirm_bonding event.
Macros#
define | sl_bt_evt_sm_confirm_bonding_id 0x090f00a0#
| Identifier of the confirm_bonding event.
Detailed Description#
Indicates a user request to display that the new bonding request is received and for the user to confirm the request.
Use the command sl_bt_sm_bonding_confirm to accept or reject the bonding request.
Data Structure Documentation#
◆ sl_bt_evt_sm_confirm_bonding_s#
struct sl_bt_evt_sm_confirm_bonding_s#
Data structure of the confirm_bonding event.
Data Fields#
uint8_t | connection |
Connection handle
uint8_t | bonding_handle |
Bonding handle for the request. Range: 0 to 31, or SL_BT_INVALID_BONDING_HANDLE (0xff).
NOTE! When the bonding handle is anything other than SL_BT_INVALID_BONDING_HANDLE (0xff), a bonding already exists for this connection. Overwriting the existing bonding is a potential security risk.