Searched refs:l2cu_find_ccb_by_cid (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 614 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in L2CA_ConnectLECocRsp() 661 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetPeerLECocConfig() 686 tL2C_CCB* channel_control_block = l2cu_find_ccb_by_cid(NULL, local_cid); in L2CA_SetConnectionCallbacks() 757 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in L2CA_ErtmConnectRsp() 828 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_ConfigReq() 878 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_ConfigRsp() 917 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_DisconnectReq() 944 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_DisconnectRsp() 1068 tL2C_CCB* control_block = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetIdentifiers() 1104 p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in L2CA_SetIdleTimeout() [all …]
|
D | l2c_main.cc | 150 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() 420 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() 677 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() 702 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() 720 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() 963 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(NULL, cid); in l2c_data_write()
|
D | l2c_ble.cc | 726 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in l2cble_process_sig_cmd() 746 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in l2cble_process_sig_cmd()
|
D | l2c_int.h | 610 extern tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid);
|
D | l2c_utils.cc | 3068 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 | 305 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(nullptr, local_cid); in whitelist_rfc_dlci()
|