Searched refs:l2cu_find_ccb_by_cid (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 609 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 …]
|
D | l2c_main.cc | 121 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()
|
D | l2c_ble.cc | 216 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()
|
D | l2c_csm.cc | 741 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()
|
D | l2c_int.h | 725 tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid);
|
D | l2c_utils.cc | 3417 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/ |
D | rfc_port_fsm.cc | 232 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()
|
D | port_rfc.cc | 994 ccb = l2cu_find_ccb_by_cid(nullptr, lcid); in port_rfc_closed()
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_l2cap_layer.cc | 33 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/ |
D | mock_stack_l2cap_utils.cc | 75 tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* /* p_lcb */, in l2cu_find_ccb_by_cid() function
|