Home | History | Annotate | Download | only in l2cap

Lines Matching refs:mtu

291     /* Reject the packet if it exceeds the default Signalling Channel MTU */
299 L2CAP_TRACE_ERROR ("L2CAP SIG MTU Pkt Len Exceeded (672) -> pkt_len: %d", pkt_len);
345 /* What to do with the MTU reject ? We have negotiated an MTU. For now */
348 L2CAP_TRACE_WARNING ("L2CAP - MTU rej Handle: %d MTU: %d", p_lcb->handle, rej_mtu);
464 STREAM_TO_UINT16 (cfg_info.mtu, p);
566 STREAM_TO_UINT16 (cfg_info.mtu, p);
915 bigger than mtu size of peer is a violation of protocol */
916 UINT16 mtu;
919 mtu = p_ccb->peer_conn_cfg.mtu;
921 mtu = p_ccb->peer_cfg.mtu;
923 if (p_data->len > mtu)
925 L2CAP_TRACE_WARNING ("L2CAP - CID: 0x%04x cannot send message bigger than peer's mtu size", cid);