Searched refs:channel_mtu (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/bluetooth/rfcomm/
H A Dcore.c42 static int channel_mtu = -1; variable
952 if (cr && channel_mtu >= 0) rfcomm_send_pn()
953 pn->mtu = cpu_to_le16(channel_mtu); rfcomm_send_pn()
2264 module_param(channel_mtu, int, 0644);
2265 MODULE_PARM_DESC(channel_mtu, "Default MTU for the RFCOMM channel");

Completed in 72 milliseconds