Searched refs:p_ci (Results 1 – 1 of 1) sorted by relevance
124 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()174 …E_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, p_ci->status); in l2c_csm_closed()176 (*connect_cfm)(local_cid, p_ci->status); in l2c_csm_closed()480 tL2C_CONN_INFO *p_ci = (tL2C_CONN_INFO *)p_data; in l2c_csm_w4_l2cap_connect_rsp() local506 p_ccb->remote_cid = p_ci->remote_cid; in l2c_csm_w4_l2cap_connect_rsp()515 p_ccb->remote_cid = p_ci->remote_cid; in l2c_csm_w4_l2cap_connect_rsp()524 … - Calling Connect_Cfm_Cb(), CID: 0x%04x, Failure Code: %d", p_ccb->local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp()526 (*connect_cfm)(local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp()578 tL2C_CONN_INFO *p_ci; in l2c_csm_w4_l2ca_connect_rsp() local[all …]