Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dl2cap.h41 #define L2CAP_DEFAULT_RETRANS_TO 2000 /* 2 seconds */ macro
/Linux-v6.6/net/bluetooth/
Da2mp.c790 chan->retrans_timeout = L2CAP_DEFAULT_RETRANS_TO; in a2mp_chan_open()
Dl2cap_core.c548 chan->retrans_timeout = L2CAP_DEFAULT_RETRANS_TO; in l2cap_chan_set_defaults()
3372 rfc->retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO); in __l2cap_set_ertm_timeouts()
4058 .retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO), in l2cap_conf_rfc_get()