L2CAP_DEFAULT_MIN_MTU
chan->imtu = L2CAP_DEFAULT_MIN_MTU;
if (mtu < L2CAP_DEFAULT_MIN_MTU)
if (val < L2CAP_DEFAULT_MIN_MTU) {
chan->imtu = L2CAP_DEFAULT_MIN_MTU;
if (mtu && mtu < L2CAP_DEFAULT_MIN_MTU)