Home
last modified time | relevance | path

Searched refs:temp_p_ccb (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc213 tL2C_CCB* temp_p_ccb = NULL; in l2cble_handle_connect_rsp_neg() local
216 temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2cble_handle_connect_rsp_neg()
217 l2c_csm_execute(temp_p_ccb, L2CEVT_L2CAP_CREDIT_BASED_CONNECT_RSP_NEG, in l2cble_handle_connect_rsp_neg()
242 tL2C_CCB *p_ccb = NULL, *temp_p_ccb = NULL; in l2cble_process_sig_cmd() local
411 temp_p_ccb = l2cu_find_ccb_by_remote_cid(p_lcb, rcid); in l2cble_process_sig_cmd()
412 if (temp_p_ccb) { in l2cble_process_sig_cmd()
419 temp_p_ccb = l2cu_allocate_ccb( in l2cble_process_sig_cmd()
421 if (temp_p_ccb == NULL) { in l2cble_process_sig_cmd()
428 temp_p_ccb->ecoc = true; in l2cble_process_sig_cmd()
429 temp_p_ccb->remote_id = id; in l2cble_process_sig_cmd()
[all …]
Dl2c_csm.cc741 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2cap_connect_rsp() local
749 l2cu_release_ccb(temp_p_ccb); 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() local
861 if (temp_p_ccb) { in l2c_csm_w4_l2ca_connect_rsp()
864 temp_p_ccb->chnl_state = CST_OPEN; in l2c_csm_w4_l2ca_connect_rsp()
866 l2cu_release_ccb(temp_p_ccb); 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() local
924 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2ca_connect_rsp()
996 tL2C_CCB* temp_p_ccb; in l2c_csm_config() local
1251 for (temp_p_ccb = p_lcb->ccb_queue.p_first_ccb; temp_p_ccb; in l2c_csm_config()
[all …]
Dl2c_api.cc689 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in L2CA_ConnectCreditBasedRsp() local
690 if (temp_p_ccb == NULL) { in L2CA_ConnectCreditBasedRsp()
696 temp_p_ccb->local_conn_cfg = *p_cfg; in L2CA_ConnectCreditBasedRsp()
697 temp_p_ccb->remote_credit_count = p_cfg->credits; in L2CA_ConnectCreditBasedRsp()