Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_passkey_display_evt_t Struct Reference

This structure notifies that a request for Passkey display in pairing has been received. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the remote device that requested Passkey display. More...
 
uint32_t passkey
 Passkey. More...
 

Detailed Description

This structure notifies that a request for Passkey display in pairing has been received.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_passkey_display_evt_t::conn_hdl

Connection handle identifying the remote device that requested Passkey display.

◆ passkey

uint32_t st_ble_gap_passkey_display_evt_t::passkey

Passkey.

This field is a 6 digit decimal number(000000-999999).