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.cc239 tL2C_CCB* temp_p_ccb = NULL; in l2cble_handle_connect_rsp_neg() local
242 temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2cble_handle_connect_rsp_neg()
243 l2c_csm_execute(temp_p_ccb, L2CEVT_L2CAP_CREDIT_BASED_CONNECT_RSP_NEG, con_info); in l2cble_handle_connect_rsp_neg()
266 tL2C_CCB *p_ccb = NULL, *temp_p_ccb = NULL; in l2cble_process_sig_cmd() local
441 temp_p_ccb = l2cu_find_ccb_by_remote_cid(p_lcb, rcid); in l2cble_process_sig_cmd()
442 if (temp_p_ccb) { in l2cble_process_sig_cmd()
449 temp_p_ccb = l2cu_allocate_ccb(p_lcb, 0, con_info.psm == BT_PSM_EATT /* is_eatt */); in l2cble_process_sig_cmd()
450 if (temp_p_ccb == NULL) { in l2cble_process_sig_cmd()
458 temp_p_ccb->ecoc = true; in l2cble_process_sig_cmd()
459 temp_p_ccb->remote_id = id; in l2cble_process_sig_cmd()
[all …]
Dl2c_csm.cc789 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2cap_connect_rsp() local
795 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2cap_connect_rsp()
899 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2ca_connect_rsp() local
900 if (temp_p_ccb) { in l2c_csm_w4_l2ca_connect_rsp()
903 temp_p_ccb->chnl_state = CST_OPEN; in l2c_csm_w4_l2ca_connect_rsp()
905 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2ca_connect_rsp()
957 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2ca_connect_rsp() local
958 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2ca_connect_rsp()
1026 tL2C_CCB* temp_p_ccb; in l2c_csm_config() local
1277 for (temp_p_ccb = p_lcb->ccb_queue.p_first_ccb; temp_p_ccb; in l2c_csm_config()
[all …]
Dl2c_api.cc668 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in L2CA_ConnectCreditBasedRsp() local
669 if (temp_p_ccb == NULL) { in L2CA_ConnectCreditBasedRsp()
675 temp_p_ccb->local_conn_cfg = *p_cfg; in L2CA_ConnectCreditBasedRsp()
676 temp_p_ccb->remote_credit_count = p_cfg->credits; in L2CA_ConnectCreditBasedRsp()