dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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.

Definition at line 361 of file ble_gap.h.

#define BLE_GAP_KP_NOT_TYPE_PASSKEY_DIGIT_IN   0x01

Passkey digit entered.

Definition at line 359 of file ble_gap.h.

#define BLE_GAP_KP_NOT_TYPE_PASSKEY_DIGIT_OUT   0x02

Passkey digit erased.

Definition at line 360 of file ble_gap.h.

#define BLE_GAP_KP_NOT_TYPE_PASSKEY_END   0x04

Passkey entry completed.

Definition at line 362 of file ble_gap.h.

#define BLE_GAP_KP_NOT_TYPE_PASSKEY_START   0x00

Passkey entry started.

Definition at line 358 of file ble_gap.h.