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 for BLE SMP (Security Manager Protocol) callback events.
| Enumerator | Description |
|---|---|
| BLE_SMP_EVT_PAIRING_COMPLETE | Event indicating the pairing process has completed. See BLE_SMP_EvtPairingComplete_T for the event details. |
| BLE_SMP_EVT_SECURITY_REQUEST | Event indicating a security request has been received from the remote peripheral device. See BLE_SMP_EvtSecurityReq_T for the event details. |
| BLE_SMP_EVT_NUMERIC_COMPARISON_CONFIRM_REQUEST | Event requesting confirmation of a 6-digit numeric value during the pairing process (Numeric Comparison). See BLE_SMP_EvtDisplayCompareValueReq_T for the event details. |
| BLE_SMP_EVT_INPUT_PASSKEY_REQUEST | Event requesting input of a passkey during the pairing process (Passkey Entry). See BLE_SMP_EvtInputPasskeyReq_T for the event details. |
| BLE_SMP_EVT_DISPLAY_PASSKEY_REQUEST | Event requesting the display of a passkey during the pairing process (Passkey Entry). See BLE_SMP_EvtDisplayPasskeyReq_T for the event details. |
| BLE_SMP_EVT_NOTIFY_KEYS | Event to notify the application of key information. See BLE_SMP_EvtNotifyKeys_T for the event details. |
| BLE_SMP_EVT_PAIRING_REQUEST | Event indicating a pairing request has been received from the remote device. See BLE_SMP_EvtPairingReq_T for the event details. |
| BLE_SMP_EVT_INPUT_OOB_DATA_REQUEST | Event requesting input of OOB (Out of Band) data for legacy pairing during the pairing process. See BLE_SMP_EvtInputOobData_T for the event details. |
| BLE_SMP_EVT_INPUT_SC_OOB_DATA_REQUEST | Event requesting input of OOB (Out of Band) data for Secure Connections pairing during the pairing process. See BLE_SMP_EvtInputScOobData_T for the event details. |
| BLE_SMP_EVT_KEYPRESS | Event indicating a keypress notification from the remote device. See BLE_SMP_EvtKeypress_T for the event details. |
| BLE_SMP_EVT_GEN_SC_OOB_DATA_DONE | Event indicating the completion of Secure Connections OOB data generation. See BLE_SMP_EvtGenScOobDataDone_T for the event details. |
