Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Da2mp.c183 rsp->mtu = cpu_to_le16(L2CAP_A2MP_DEFAULT_MTU); in a2mp_discover_req()
757 chan->omtu = L2CAP_A2MP_DEFAULT_MTU; in a2mp_chan_open()
758 chan->imtu = L2CAP_A2MP_DEFAULT_MTU; in a2mp_chan_open()
1022 req.mtu = cpu_to_le16(L2CAP_A2MP_DEFAULT_MTU); in a2mp_discover_amp()
/linux-4.1.27/include/net/bluetooth/
Dl2cap.h59 #define L2CAP_A2MP_DEFAULT_MTU 670 macro