Home | History | Annotate | Download | only in l2cap

Lines Matching refs:fcr

780 **                  Note:  The FCR options of p_cfg are not used.
790 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
803 /* Don't adjust FCR options if not used */
804 if ((!p_cfg->fcr_present)||(p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE))
806 /* FCR and FCS options are not used in basic mode */
839 L2CAP_TRACE_API ("L2CA_ConfigRsp() CID: 0x%04x Result: %d MTU present:%d Flush TO:%d FCR:%d FCS:%d",
853 p_cfg->fcr_present = FALSE; /* FCR options already negotiated before this point */
855 /* Clear out any cached options that are being returned as an error (excluding FCR) */
1325 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_ERTM_MODE)
1327 L2CAP_TRACE_EVENT ("L2CA_FlowControl() invalid mode:%d", p_ccb->peer_cfg.fcr.mode);
1368 if ( (p_ccb->chnl_state != CST_OPEN) || (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_ERTM_MODE) )
1618 ** Description Get the channel FCR mode
1631 L2CAP_TRACE_API ("L2CA_GetChnlFcrMode() returns mode %d", p_ccb->peer_cfg.fcr.mode);
1632 return (p_ccb->peer_cfg.fcr.mode);
2236 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_ERTM_MODE)