Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc609 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetPeerLECocConfig()
640 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in L2CA_GetPeerLECocCredit()
681 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, p_lcb->pending_lead_cid); in L2CA_ConnectCreditBasedRsp()
689 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in L2CA_ConnectCreditBasedRsp()
858 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_ReconfigCreditBasedConnsReq()
880 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_ReconfigCreditBasedConnsReq()
919 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_DisconnectReq()
950 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(nullptr, lcid); in L2CA_GetRemoteChannelId()
1074 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_SetTxPriority()
1527 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_SetChnlFlushability()
[all …]
Dl2c_main.cc121 p_ccb = l2cu_find_ccb_by_cid(p_lcb, rcv_cid); in l2c_rcv_acl_data()
345 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd()
426 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd()
587 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd()
701 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd()
727 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd()
748 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd()
911 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in l2c_data_write()
Dl2c_ble.cc216 temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2cble_handle_connect_rsp_neg()
566 temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2cble_process_sig_cmd()
575 temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2cble_process_sig_cmd()
879 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in l2cble_process_sig_cmd()
898 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in l2cble_process_sig_cmd()
Dl2c_csm.cc741 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2cap_connect_rsp()
860 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2ca_connect_rsp()
923 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2ca_connect_rsp()
Dl2c_int.h725 tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid);
Dl2c_utils.cc3417 tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid) { in l2cu_find_ccb_by_cid() function
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_port_fsm.cc232 l2cu_find_ccb_by_cid(nullptr, p_port->rfc.p_mcb->lcid); in rfc_port_sm_sabme_wait_ua()
243 ccb = l2cu_find_ccb_by_cid(nullptr, lcid); in rfc_port_sm_sabme_wait_ua()
367 l2cu_find_ccb_by_cid(nullptr, p_port->rfc.p_mcb->lcid); in rfc_port_sm_term_wait_sec_check()
378 ccb = l2cu_find_ccb_by_cid(nullptr, lcid); in rfc_port_sm_term_wait_sec_check()
Dport_rfc.cc994 ccb = l2cu_find_ccb_by_cid(nullptr, lcid); in port_rfc_closed()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_l2cap_layer.cc33 tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid) { in l2cu_find_ccb_by_cid() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_utils.cc75 tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* /* p_lcb */, in l2cu_find_ccb_by_cid() function