1.2.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.
Enumerator | Description |
---|---|
BLE_L2CAP_EVT_CONN_PARA_UPDATE_REQ | Notify connection parameter update request received. See BLE_L2CAP_EvtConnParamUpdateReq_T for the event content. |
BLE_L2CAP_EVT_CONN_PARA_UPDATE_RSP | Notify connection parameter update response received. See BLE_L2CAP_EvtConnParamUpdateRsp_T for the event content. |
BLE_L2CAP_EVT_CB_CONN_IND | Notify a credit based connection is opened. See BLE_L2CAP_EvtCbConnInd_T for the event content. |
BLE_L2CAP_EVT_CB_CONN_FAIL_IND | Notify a credit based connection is failed. See BLE_L2CAP_EvtCbConnFailInd_T for the event content. |
BLE_L2CAP_EVT_CB_SDU_IND | Notify credit based SDU received. See BLE_L2CAP_EvtCbSduInd_T for the event content. |
BLE_L2CAP_EVT_CB_ADD_CREDITS_IND | Notify credit based credit received. See BLE_L2CAP_EvtCbAddCreditsInd_T for the event content. |
BLE_L2CAP_EVT_CB_DISC_IND | Notify credit based disconnect request received. See BLE_L2CAP_EvtCbDiscInd_T for the event content. |