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

/linux-master/include/net/bluetooth/
H A Dl2cap.h35 #define L2CAP_DEFAULT_MIN_MTU 48 macro
/linux-master/net/bluetooth/
H A Dl2cap_sock.c718 if (mtu < L2CAP_DEFAULT_MIN_MTU)
H A Dl2cap_core.c3185 chan->imtu = L2CAP_DEFAULT_MIN_MTU;
3467 if (mtu < L2CAP_DEFAULT_MIN_MTU)
3592 if (val < L2CAP_DEFAULT_MIN_MTU) {
3594 chan->imtu = L2CAP_DEFAULT_MIN_MTU;

Completed in 153 milliseconds