Home | History | Annotate | Download | only in l2cap

Lines Matching full:p_ci

127     tL2C_CONN_INFO          *p_ci = (tL2C_CONN_INFO *)p_data;
188 if (p_ci->status != HCI_ERR_CONNECTION_EXISTS
191 L2CAP_TRACE_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, p_ci->status);
193 (*connect_cfm)(local_cid, p_ci->status);
574 tL2C_CONN_INFO *p_ci = (tL2C_CONN_INFO *)p_data;
602 p_ccb->remote_cid = p_ci->remote_cid;
622 p_ccb->remote_cid = p_ci->remote_cid;
635 L2CAP_TRACE_API ("L2CAP - Calling Connect_Cfm_Cb(), CID: 0x%04x, Failure Code: %d", p_ccb->local_cid, p_ci->l2cap_result);
637 (*connect_cfm)(local_cid, p_ci->l2cap_result);
704 tL2C_CONN_INFO *p_ci;
723 p_ci = (tL2C_CONN_INFO *)p_data;
727 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK))
735 l2cble_credit_based_conn_res (p_ccb, p_ci->l2cap_result);
742 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK))
754 l2cu_send_peer_connect_rsp (p_ccb, p_ci->l2cap_result, p_ci->l2cap_status);
764 p_ci = (tL2C_CONN_INFO *)p_data;
766 l2cble_credit_based_conn_res (p_ccb, p_ci->l2cap_result);
768 l2cu_send_peer_connect_rsp (p_ccb, p_ci->l2cap_result, p_ci->l2cap_status);