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

This structure notifies that the remote device has input a key in Passkey Entry. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the remote device that input a key. More...
 
uint8_t key_type
 Type of the key that the remote device input. More...
 

Detailed Description

This structure notifies that the remote device has input a key in Passkey Entry.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_key_press_ntf_evt_t::conn_hdl

Connection handle identifying the remote device that input a key.

◆ key_type

uint8_t st_ble_gap_key_press_ntf_evt_t::key_type

Type of the key that the remote device input.

value description
0x00 Passkey entry started.
0x01 Passkey digit entered.
0x02 Passkey digit erased.
0x03 Passkey cleared.
0x04 Passkey entry completed.