1.2.2.2.4.2.1 BLE_SCM_EventId_T

C

typedef enum BLE_SCM_EventId_T
{
    BLE_SCM_EVT_SVC_CHANGE,
    BLE_SCM_EVT_BONDED_CHAR_INFO,
    BLE_SCM_EVT_CONFIGURED,
    BLE_SCM_EVT_DISC_COMPLETE,
}BLE_SCM_EventId_T;

Description

The definition of BLE_SCM module event ID.

EnumeratorDescription
BLE_SCM_EVT_SVC_CHANGEReceive service change indication from remote. See BLE_SCM_EvtServiceChange_T for event details.
BLE_SCM_EVT_BONDED_CHAR_INFOCharacteristic handles information of GATT Service of remote bonded device. Application needs to take care the bonded information. e.g., storing information to persistent storage. See BLE_SCM_EvtBondedCharInfo_T for event details.
BLE_SCM_EVT_CONFIGUREDGenerated when GATT client configure procedures are done. See BLE_SCM_EvtConfigured_T for event details.
BLE_SCM_EVT_DISC_COMPLETEGenerated when discovery of GATT service of remote connection is completed. See BLE_SCM_EvtDiscComplete_T for event details.