Keypress notification types
C
#define BLE_SMP_KEYPRESS_STARTED (0x00U) #define BLE_SMP_KEYPRESS_DIGIT_ENTERED (0x01U) #define BLE_SMP_KEYPRESS_DIGIT_ERASED (0x02U) #define BLE_SMP_KEYPRESS_CLEARED (0x03U) #define BLE_SMP_KEYPRESS_COMPLETED (0x04U)
Description
Defines the types of keypress notifications during passkey entry.
Macro Definition
Macro | Description |
---|---|
BLE_SMP_KEYPRESS_STARTED | Notification that passkey entry has started. |
BLE_SMP_KEYPRESS_DIGIT_ENTERED | Notification that a digit of the passkey has been entered. |
BLE_SMP_KEYPRESS_DIGIT_ERASED | Notification that a digit of the passkey has been erased. |
BLE_SMP_KEYPRESS_CLEARED | Notification that the passkey has been cleared. |
BLE_SMP_KEYPRESS_COMPLETED | Notification that passkey entry has been completed. |