Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dl2cap.h32 #define L2CAP_DEFAULT_MIN_MTU 48 macro
/linux/net/bluetooth/
H A Dl2cap_sock.c765 if (mtu && mtu < L2CAP_DEFAULT_MIN_MTU) in l2cap_valid_mtu()
H A Dl2cap_core.c3305 chan->imtu = L2CAP_DEFAULT_MIN_MTU; in l2cap_mtu_auto()
3613 if (mtu < L2CAP_DEFAULT_MIN_MTU) in l2cap_parse_conf_req()
3741 if (val < L2CAP_DEFAULT_MIN_MTU) { in l2cap_parse_conf_rsp()
3743 chan->imtu = L2CAP_DEFAULT_MIN_MTU; in l2cap_parse_conf_rsp()