Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Da2mp.c177 rsp->mtu = cpu_to_le16(L2CAP_A2MP_DEFAULT_MTU); in a2mp_discover_req()
780 chan->omtu = L2CAP_A2MP_DEFAULT_MTU; in a2mp_chan_open()
781 chan->imtu = L2CAP_A2MP_DEFAULT_MTU; in a2mp_chan_open()
1051 req.mtu = cpu_to_le16(L2CAP_A2MP_DEFAULT_MTU); in a2mp_discover_amp()
/linux-6.6.21/include/net/bluetooth/
Dl2cap.h62 #define L2CAP_A2MP_DEFAULT_MTU 670 macro