Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h38 #define L2CAP_DEFAULT_TX_WINDOW 63 macro
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c523 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
524 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
527 chan->ack_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
3188 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in __l2cap_set_ertm_timeouts()
3195 L2CAP_DEFAULT_TX_WINDOW); in l2cap_txwin_setup()
3196 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_txwin_setup()
3314 L2CAP_DEFAULT_TX_WINDOW); in l2cap_build_conf_req()
3525 rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW; in l2cap_parse_conf_req()
3864 .txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW), in l2cap_conf_rfc_get()