Searched refs:txWindow (Results 1 – 1 of 1) sorted by relevance
762 static void L2capErfcDoTx(L2capConnection *conn, L2capChannel *chan, uint16_t txWindow, const ListN… in L2capErfcDoTx() argument770 while ((node != NULL) && txWindow) { in L2capErfcDoTx()789 if (txWindow == chan->lcfg.rfc.txWindowSize) { in L2capErfcDoTx()796 txWindow -= 1; in L2capErfcDoTx()800 if (txWindow == 0) { in L2capErfcDoTx()811 uint16_t txWindow; in L2capErfcTx() local827 txWindow = chan->lcfg.rfc.txWindowSize - L2capGetTxWindow(erfc); in L2capErfcTx()828 if (txWindow == 0) { in L2capErfcTx()845 L2capErfcDoTx(conn, chan, txWindow, node); in L2capErfcTx()