S132 SoftDevice v5.0.0
Macros
GAP Keypress Notification Types

Macros

#define BLE_GAP_KP_NOT_TYPE_PASSKEY_START   0x00
 
#define BLE_GAP_KP_NOT_TYPE_PASSKEY_DIGIT_IN   0x01
 
#define BLE_GAP_KP_NOT_TYPE_PASSKEY_DIGIT_OUT   0x02
 
#define BLE_GAP_KP_NOT_TYPE_PASSKEY_CLEAR   0x03
 
#define BLE_GAP_KP_NOT_TYPE_PASSKEY_END   0x04
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_KP_NOT_TYPE_PASSKEY_CLEAR   0x03

Passkey cleared.

#define BLE_GAP_KP_NOT_TYPE_PASSKEY_DIGIT_IN   0x01

Passkey digit entered.

#define BLE_GAP_KP_NOT_TYPE_PASSKEY_DIGIT_OUT   0x02

Passkey digit erased.

#define BLE_GAP_KP_NOT_TYPE_PASSKEY_END   0x04

Passkey entry completed.

#define BLE_GAP_KP_NOT_TYPE_PASSKEY_START   0x00

Passkey entry started.


Documentation feedback | Developer Zone | Subscribe | Updated