Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h343 __le16 retrans_timeout; member
544 __u16 retrans_timeout; member
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c287 chan->retrans_timeout) { in __set_retrans_timer()
289 msecs_to_jiffies(chan->retrans_timeout)); in __set_retrans_timer()
534 chan->retrans_timeout = L2CAP_DEFAULT_RETRANS_TO; in l2cap_chan_set_defaults()
3187 rfc->retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO); in __l2cap_set_ertm_timeouts()
3297 rfc.retrans_timeout = 0; in l2cap_build_conf_req()
3345 rfc.retrans_timeout = 0; in l2cap_build_conf_req()
3685 chan->retrans_timeout = le16_to_cpu(rfc.retrans_timeout); in l2cap_parse_conf_rsp()
3866 .retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO), in l2cap_conf_rfc_get()
3898 chan->retrans_timeout = le16_to_cpu(rfc.retrans_timeout); in l2cap_conf_rfc_get()