Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c762 static void L2capErfcDoTx(L2capConnection *conn, L2capChannel *chan, uint16_t txWindow, const ListN… in L2capErfcDoTx() argument
770 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() local
827 txWindow = chan->lcfg.rfc.txWindowSize - L2capGetTxWindow(erfc); in L2capErfcTx()
828 if (txWindow == 0) { in L2capErfcTx()
845 L2capErfcDoTx(conn, chan, txWindow, node); in L2capErfcTx()