Home | History | Annotate | Download | only in l2cap

Lines Matching refs:peer_cfg

508             p_ccb->peer_cfg.mtu_present = FALSE;
510 p_ccb->peer_cfg.flush_to_present = FALSE;
512 p_ccb->peer_cfg.qos_present = FALSE;
954 if (p_ccb->peer_cfg
956 L2CAP_TRACE_EVENT1 ("L2CA_FlowControl() invalid mode:%d", p_ccb->peer_cfg.fcr.mode);
997 if ( (p_ccb->chnl_state != CST_OPEN) || (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_ERTM_MODE) )
1261 L2CAP_TRACE_API1 ("L2CA_GetChnlFcrMode() returns mode %d", p_ccb->peer_cfg.fcr.mode);
1262 return (p_ccb->peer_cfg.fcr.mode);
1588 *pp_peer_cfg = &(p_ccb->peer_cfg);
1741 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_ERTM_MODE)