sl_bt_evt_sm_passkey_displaySecurity Manager

Indicates a request to display the passkey to the user.

Data Structures

struct  sl_bt_evt_sm_passkey_display_s
 Data structure of the passkey_display event.
 

Macros

#define sl_bt_evt_sm_passkey_display_id   0x000f00a0
 Identifier of the passkey_display event.
 

Detailed Description

Indicates a request to display the passkey to the user.


Data Structure Documentation

◆ sl_bt_evt_sm_passkey_display_s

struct sl_bt_evt_sm_passkey_display_s

Data structure of the passkey_display event.

Data Fields
uint8_t connection

Connection handle

uint32_t passkey

Passkey. Range: 0 to 999999.

  • NOTE! When displaying the passkey to the user, prefix the number with zeros to obtain a 6 digit number
  • Example: Passkey value is 42
  • Number to display to the user is 000042