Searched refs:L2CAP_DEFAULT_TX_WINDOW (Results 1 – 2 of 2) sorted by relevance
38 #define L2CAP_DEFAULT_TX_WINDOW 63 macro
510 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()511 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()514 chan->ack_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()3371 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in l2cap_txwin_setup()3378 L2CAP_DEFAULT_TX_WINDOW); in l2cap_txwin_setup()3379 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_txwin_setup()3497 L2CAP_DEFAULT_TX_WINDOW); in l2cap_build_conf_req()3714 rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW; in l2cap_parse_conf_req()4009 .txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW), in l2cap_conf_rfc_get()