Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/bluetooth/
Dl2cap.h38 #define L2CAP_DEFAULT_TX_WINDOW 63 macro
/linux-6.12.1/net/bluetooth/
Dl2cap_core.c527 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
528 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
531 chan->ack_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
3192 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in l2cap_txwin_setup()
3199 L2CAP_DEFAULT_TX_WINDOW); in l2cap_txwin_setup()
3200 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_txwin_setup()
3318 L2CAP_DEFAULT_TX_WINDOW); in l2cap_build_conf_req()
3529 rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW; in l2cap_parse_conf_req()
3866 .txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW), in l2cap_conf_rfc_get()