1.1.2.1.4.2.1 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.

EnumeratorDescription
BLE_SMP_EVT_PAIRING_COMPLETEPairing process is completed event. See BLE_SMP_EvtPairingComplete_T structure for eventField.
BLE_SMP_EVT_SECURITY_REQUESTReceived peripheral security request from remote device event. See BLE_SMP_EvtSecurityReq_T structure for eventField.
BLE_SMP_EVT_NUMERIC_COMPARISON_CONFIRM_REQUESTReceived 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_REQUESTPasskey is requested to be input during pairing process (Passkey entry) event. See BLE_SMP_EvtInputPasskeyReq_T structure for eventField.
BLE_SMP_EVT_DISPLAY_PASSKEY_REQUESTRequest to display passkey during pairing process (Passkey entry) event. See BLE_SMP_EvtDisplayPasskeyReq_T structure for eventField.
BLE_SMP_EVT_NOTIFY_KEYSNotify keys. See BLE_SMP_EvtNotifyKeys_T structure for eventField.
BLE_SMP_EVT_PAIRING_REQUESTReceived pairing request from remote device event. See BLE_SMP_EvtPairingReq_T structure for eventField.
BLE_SMP_EVT_INPUT_OOB_DATA_REQUESTOOB 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_REQUESTOOB 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_KEYPRESSKeypress notification from the remote device. See BLE_SMP_EvtKeypress_T structure for eventField.
BLE_SMP_EVT_GEN_SC_OOB_DATA_DONEGenerate SC OOB data is completed event. See BLE_SMP_EvtGenScOobDataDone_T structure for eventField.