Searched refs:p_ci (Results 1 – 1 of 1) sorted by relevance
131 tL2C_CONN_INFO* p_ci = (tL2C_CONN_INFO*)p_data; in l2c_csm_closed() local172 if (p_ci->status != HCI_ERR_CONNECTION_EXISTS || in l2c_csm_closed()176 p_ccb->local_cid, p_ci->status); in l2c_csm_closed()178 (*connect_cfm)(local_cid, p_ci->status); in l2c_csm_closed()510 tL2C_CONN_INFO* p_ci = (tL2C_CONN_INFO*)p_data; in l2c_csm_w4_l2cap_connect_rsp() local538 p_ccb->remote_cid = p_ci->remote_cid; in l2c_csm_w4_l2cap_connect_rsp()555 p_ccb->remote_cid = p_ci->remote_cid; in l2c_csm_w4_l2cap_connect_rsp()569 << ", reason=" << loghex(p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp()571 (*connect_cfm)(local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp()633 tL2C_CONN_INFO* p_ci; in l2c_csm_w4_l2ca_connect_rsp() local[all …]