Home
last modified time | relevance | path

Searched refs:L2CAP_SIG_MTU (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/bluetooth/
H A Dl2cap.h36 #define L2CAP_SIG_MTU 48 /* BR/EDR signaling MTU */ macro
/linux/net/bluetooth/
H A Dl2cap_core.c5651 rej.max_mtu = cpu_to_le16(L2CAP_SIG_MTU); in l2cap_sig_send_mtu_rej()
5695 if (skb->len > L2CAP_SIG_MTU) { in l2cap_sig_channel()
5699 skb->len, L2CAP_SIG_MTU); in l2cap_sig_channel()