1.1.2.1.4.1.4 Keypress notification type

C

#define BLE_SMP_KEYPRESS_STARTED                            0x00
#define BLE_SMP_KEYPRESS_DIGIT_ENTERED                      0x01
#define BLE_SMP_KEYPRESS_DIGIT_ERASED                       0x02
#define BLE_SMP_KEYPRESS_CLEARED                            0x03
#define BLE_SMP_KEYPRESS_COMPLETED                          0x04

Description

The definition of keypress notification type.

Macro Definition

MacroDescription
BLE_SMP_KEYPRESS_STARTEDPasskey entry started.
BLE_SMP_KEYPRESS_DIGIT_ENTEREDPasskey digit entered.
BLE_SMP_KEYPRESS_DIGIT_ERASEDPasskey digit erased.
BLE_SMP_KEYPRESS_CLEAREDPasskey cleared.
BLE_SMP_KEYPRESS_COMPLETEDPasskey entry completed.