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

/linux-master/net/bluetooth/
H A Dl2cap_core.c524 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW;
525 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW;
528 chan->ack_win = L2CAP_DEFAULT_TX_WINDOW;
3168 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW &&
3175 L2CAP_DEFAULT_TX_WINDOW);
3176 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW;
3294 L2CAP_DEFAULT_TX_WINDOW);
3505 rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW;
3840 .txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW),
/linux-master/include/net/bluetooth/
H A Dl2cap.h38 #define L2CAP_DEFAULT_TX_WINDOW 63 macro

Completed in 171 milliseconds