Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c438 return L2capGetSeqWindow(erfc->nextTxSeq, erfc->expectedAckSeq); in L2capGetTxWindow()
537 if (erfc->nextTxSeq == reqSeq) { in L2capProcessRxReqSeq()
549 if (ctrl->txSeq == erfc->nextTxSeq) { in L2capProcessRxReqSeq()
605 if (ctrl->txSeq == erfc->nextTxSeq) { in L2capErfcTxOneFrame()
794 erfc->nextTxSeq = L2capGetNextSeq(erfc->nextTxSeq); in L2capErfcDoTx()
838 if (ctrl->txSeq == erfc->nextTxSeq) { in L2capErfcTx()
997 chan->erfc.nextTxSeq = reqSeq; in L2capErfcProcessFBit()
1032 erfc->nextTxSeq = sCtrl->reqSeq; in L2capErfcProcessSFrame()
1121 if (erfc->nextTxSeq == erfc->txSeq) { // no pending packet in list in L2capErfcProcessIFrame()
H A Dl2cap_inst.h78 uint16_t nextTxSeq; member