Home | History | Annotate | Download | only in l2cap

Lines Matching refs:p_cfg

705     tL2CAP_CFG_INFO         *p_cfg = (tL2CAP_CFG_INFO *)p_data;
726 if ((cfg_result = l2cu_process_peer_cfg_req (p_ccb, p_cfg)) == L2CAP_PEER_CFG_OK)
729 p_ccb->local_cid, (p_cfg->flags & L2CAP_CFG_FLAGS_MASK_CONT));
730 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg);
741 l2cu_send_peer_config_rsp (p_ccb, p_cfg);
746 l2cu_process_peer_cfg_rsp (p_ccb, p_cfg);
748 if (p_cfg->result != L2CAP_CFG_PENDING)
800 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)(p_ccb->local_cid, p_cfg);
808 if (l2c_fcr_renegotiate_chan(p_ccb, p_cfg) == FALSE)
810 L2CAP_TRACE_API ("L2CAP - Calling Config_Rsp_Cb(), CID: 0x%04x, Failure: %d", p_ccb->local_cid, p_cfg->result);
811 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)(p_ccb->local_cid, p_cfg);
823 l2cu_process_our_cfg_req (p_ccb, p_cfg);
824 l2cu_send_peer_config_req (p_ccb, p_cfg);
829 l2cu_process_our_cfg_rsp (p_ccb, p_cfg);
832 if ( (p_cfg->flags & L2CAP_CFG_FLAGS_MASK_CONT) || (p_cfg->result == L2CAP_CFG_PENDING) )
835 l2cu_send_peer_config_rsp (p_ccb, p_cfg);
864 l2cu_send_peer_config_rsp (p_ccb, p_cfg);
882 l2cu_send_peer_config_rsp (p_ccb, p_cfg);
941 tL2CAP_CFG_INFO *p_cfg;
980 p_cfg = (tL2CAP_CFG_INFO *)p_data;
989 if ((cfg_result = l2cu_process_peer_cfg_req (p_ccb, p_cfg)) == L2CAP_PEER_CFG_OK)
991 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg);
1000 l2cu_send_peer_config_rsp (p_ccb, p_cfg);