Home | History | Annotate | Download | only in server

Lines Matching defs:mtu

20  * MTU.
33 * mtu - The max transmit unit reported from BT adapter.
35 * adapter, could be different than mtu.
46 unsigned int mtu;
239 /* Allow the SCO packet size be modified from the default MTU
241 * some adapters who prefers a different value than MTU for
244 if (err && (info->packet_size == info->mtu)) {
263 * 1. Read one chunk of MTU bytes of data.
265 * 3. When output device attached, write one chunk of MTU bytes of data.
281 /* Ignore the MTU bytes just read if input dev not in present */
334 int hfp_info_start(int fd, unsigned int mtu, struct hfp_info *info)
337 info->mtu = mtu;
340 * set to MTU. */
341 hfp_info_set_packet_size(info, mtu);