BLE_SMP_EventId_T
C
typedef enum BLE_SMP_EventId_T
{
BLE_SMP_EVT_PAIRING_COMPLETE,
BLE_SMP_EVT_SECURITY_REQUEST,
BLE_SMP_EVT_NUMERIC_COMPARISON_CONFIRM_REQUEST,
BLE_SMP_EVT_INPUT_PASSKEY_REQUEST,
BLE_SMP_EVT_DISPLAY_PASSKEY_REQUEST,
BLE_SMP_EVT_NOTIFY_KEYS,
BLE_SMP_EVT_PAIRING_REQUEST,
BLE_SMP_EVT_INPUT_OOB_DATA_REQUEST,
BLE_SMP_EVT_INPUT_SC_OOB_DATA_REQUEST,
BLE_SMP_EVT_KEYPRESS,
BLE_SMP_EVT_GEN_SC_OOB_DATA_DONE
}BLE_SMP_EventId_T;Description
Enumeration type of BLE SMP callback events.
| Enumerator | Description |
|---|---|
| BLE_SMP_EVT_PAIRING_COMPLETE | Pairing process is completed event. See BLE_SMP_EvtPairingComplete_T structure for eventField. |
| BLE_SMP_EVT_SECURITY_REQUEST | Received peripheral security request from remote device event. See BLE_SMP_EvtSecurityReq_T structure for eventField. |
| BLE_SMP_EVT_NUMERIC_COMPARISON_CONFIRM_REQUEST | Received confirmation request for 6-digit values during pairing process (Numeric comparison) event. See BLE_SMP_EvtDisplayCompareValueReq_T structure for eventField. |
| BLE_SMP_EVT_INPUT_PASSKEY_REQUEST | Passkey is requested to be input during pairing process (Passkey entry) event. See BLE_SMP_EvtInputPasskeyReq_T structure for eventField. |
| BLE_SMP_EVT_DISPLAY_PASSKEY_REQUEST | Request to display passkey during pairing process (Passkey entry) event. See BLE_SMP_EvtDisplayPasskeyReq_T structure for eventField. |
| BLE_SMP_EVT_NOTIFY_KEYS | Notify keys. See BLE_SMP_EvtNotifyKeys_T structure for eventField. |
| BLE_SMP_EVT_PAIRING_REQUEST | Received pairing request from remote device event. See BLE_SMP_EvtPairingReq_T structure for eventField. |
| BLE_SMP_EVT_INPUT_OOB_DATA_REQUEST | OOB data for legacy pairing is requested to be input during pairing process (Out of Band) event. See BLE_SMP_EvtInputOobData_T structure for eventField. |
| BLE_SMP_EVT_INPUT_SC_OOB_DATA_REQUEST | OOB data for Secure Connections pairing is requested to be input during pairing process (Out of Band) event. See BLE_SMP_EvtInputScOobData_T structure for eventField. |
| BLE_SMP_EVT_KEYPRESS | Keypress notification from the remote device. See BLE_SMP_EvtKeypress_T structure for eventField. |
| BLE_SMP_EVT_GEN_SC_OOB_DATA_DONE | Generate SC OOB data is completed event. See BLE_SMP_EvtGenScOobDataDone_T structure for eventField. |
