Home
last modified time | relevance | path

Searched refs:l2cu_find_ccb_by_cid (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c331 tL2C_CCB *channel_control_block = l2cu_find_ccb_by_cid(NULL, local_cid); in L2CA_SetConnectionCallbacks()
406 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) == NULL) { in L2CA_ErtmConnectRsp()
480 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) { in L2CA_ConfigReq()
530 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) { in L2CA_ConfigRsp()
575 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) { in L2CA_DisconnectReq()
603 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) { in L2CA_DisconnectRsp()
732 tL2C_CCB *control_block = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetIdentifiers()
775 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) { in L2CA_SetIdleTimeout()
999 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) { in L2CA_FlowControl()
1039 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) { in L2CA_SendTestSFrame()
[all …]
Dl2c_ucd.c327 || ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, L2CAP_CONNECTIONLESS_CID)) == NULL)) { in L2CA_UcdDiscover()
346 p_ccb = l2cu_find_ccb_by_cid (p_lcb, L2CAP_CONNECTIONLESS_CID); in L2CA_UcdDiscover()
392 || ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, L2CAP_CONNECTIONLESS_CID)) == NULL)) { in L2CA_UcdDataWrite()
400 || ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, L2CAP_CONNECTIONLESS_CID)) == NULL)) { in L2CA_UcdDataWrite()
468 || ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, L2CAP_CONNECTIONLESS_CID)) == NULL)) { in L2CA_UcdSetIdleTimeout()
501 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, L2CAP_CONNECTIONLESS_CID)) == NULL) { in L2CA_UCDSetTxPriority()
555 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, L2CAP_CONNECTIONLESS_CID)) == NULL) { in l2c_ucd_connect()
841 if (((p_ccb = l2cu_find_ccb_by_cid (p_lcb, L2CAP_CONNECTIONLESS_CID)) != NULL) in l2c_ucd_check_rx_pkts()
Dl2c_main.c221 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, rcv_cid)) == NULL) { in l2c_rcv_acl_data()
440 if (((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) != NULL) in process_l2cap_cmd()
500 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) == NULL) { in process_l2cap_cmd()
603 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) != NULL) { in process_l2cap_cmd()
678 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) != NULL) { in process_l2cap_cmd()
699 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) != NULL) { in process_l2cap_cmd()
714 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) != NULL) { in process_l2cap_cmd()
1026 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) { in l2c_data_write()
Dl2c_ble.c853 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in l2cble_process_sig_cmd()
Dl2c_utils.c3269 tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid) in l2cu_find_ccb_by_cid() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h614 extern tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid);