Home | History | Annotate | Download | only in l2cap

Lines Matching refs:mtu

628     UINT16          lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0;
703 STREAM_TO_UINT16 (mtu, p);
708 "mtu = %d, "
710 "initial credit = %d", mtu, mps, initial_credit);
737 if (mtu < L2CAP_LE_MIN_MTU || mps < L2CAP_LE_MIN_MPS || mps > L2CAP_LE_MAX_MPS)
748 p_ccb->peer_conn_cfg.mtu = mtu;
776 STREAM_TO_UINT16 (p_ccb->peer_conn_cfg.mtu, p);
783 "mtu = %d, "
787 p_ccb->remote_cid, p_ccb->peer_conn_cfg.mtu, p_ccb->peer_conn_cfg.mps,
791 if (p_ccb->peer_conn_cfg.mtu < L2CAP_LE_MIN_MTU ||
1263 L2CAP_TRACE_DEBUG("%s TX MTU = %d", __FUNCTION__, tx_mtu);