Keypress notification types

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

Defines the types of keypress notifications during passkey entry.

Macro Definition

MacroDescription
BLE_SMP_KEYPRESS_STARTEDNotification that passkey entry has started.
BLE_SMP_KEYPRESS_DIGIT_ENTEREDNotification that a digit of the passkey has been entered.
BLE_SMP_KEYPRESS_DIGIT_ERASEDNotification that a digit of the passkey has been erased.
BLE_SMP_KEYPRESS_CLEAREDNotification that the passkey has been cleared.
BLE_SMP_KEYPRESS_COMPLETEDNotification that passkey entry has been completed.