Home | History | Annotate | Download | only in l2cap

Lines Matching refs:mtu_present

439     L2CAP_TRACE_API5 ("L2CA_ConfigReq()  CID 0x%04x: fcr_present:%d (mode %d) mtu_present:%d (%d)",
440 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
460 if ( (p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE) )
491 cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_present);
507 if (p_cfg->mtu_present)
508 p_ccb->peer_cfg.mtu_present = FALSE;
1575 if (p_ccb->our_cfg.mtu_present)