1.1.2.1.3.2.1 BLE_L2CAP_EventId_T

C

typedef enum BLE_L2CAP_EventId_T
{
    BLE_L2CAP_EVT_CONN_PARA_UPDATE_REQ=0x00,
    BLE_L2CAP_EVT_CONN_PARA_UPDATE_RSP,
    BLE_L2CAP_EVT_CB_CONN_IND,
    BLE_L2CAP_EVT_CB_CONN_FAIL_IND,
    BLE_L2CAP_EVT_CB_SDU_IND,
    BLE_L2CAP_EVT_CB_ADD_CREDITS_IND,
    BLE_L2CAP_EVT_CB_DISC_IND,
}BLE_L2CAP_EventId_T;

Description

L2cap events delivered to application from BLE Stack.

EnumeratorDescription
BLE_L2CAP_EVT_CONN_PARA_UPDATE_REQNotify connection parameter update request received. See BLE_L2CAP_EvtConnParamUpdateReq_T for the event content.
BLE_L2CAP_EVT_CONN_PARA_UPDATE_RSPNotify connection parameter update response received. See BLE_L2CAP_EvtConnParamUpdateRsp_T for the event content.
BLE_L2CAP_EVT_CB_CONN_INDNotify a credit based connection is opened. See BLE_L2CAP_EvtCbConnInd_T for the event content.
BLE_L2CAP_EVT_CB_CONN_FAIL_INDNotify a credit based connection is failed. See BLE_L2CAP_EvtCbConnFailInd_T for the event content.
BLE_L2CAP_EVT_CB_SDU_INDNotify credit based SDU received. See BLE_L2CAP_EvtCbSduInd_T for the event content.
BLE_L2CAP_EVT_CB_ADD_CREDITS_INDNotify credit based credit received. See BLE_L2CAP_EvtCbAddCreditsInd_T for the event content.
BLE_L2CAP_EVT_CB_DISC_INDNotify credit based disconnect request received. See BLE_L2CAP_EvtCbDiscInd_T for the event content.