Searched refs:l2cu_find_ccb_by_cid (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 663 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in L2CA_ConnectLECocRsp() 714 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetPeerLECocConfig() 782 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in L2CA_ErtmConnectRsp() 857 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_ConfigReq() 911 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_ConfigRsp() 954 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_DisconnectReq() 985 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_DisconnectRsp() 1001 tL2C_CCB* control_block = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetRemoteCid() 1040 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_SetIdleTimeout() 1208 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_SetTxPriority() [all …]
|
D | l2c_main.cc | 154 p_ccb = l2cu_find_ccb_by_cid(p_lcb, rcv_cid); in l2c_rcv_acl_data() 346 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() 421 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() 588 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() 678 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() 703 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() 721 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() 964 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in l2c_data_write()
|
D | l2c_ble.cc | 729 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in l2cble_process_sig_cmd() 749 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in l2cble_process_sig_cmd()
|
D | l2c_int.h | 609 extern tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid);
|
D | l2c_utils.cc | 3054 tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid) { in l2cu_find_ccb_by_cid() function
|
/system/bt/hci/src/ |
D | btsnoop.cc | 317 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(nullptr, local_cid); in whitelist_rfc_dlci()
|