Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.h75 uint16_t txSeq; member
104 uint8_t txSeq : 6; member
H A Dl2cap_core.c549 if (ctrl->txSeq == erfc->nextTxSeq) { in L2capProcessRxReqSeq()
553 if (ctrl->txSeq == reqSeq) { in L2capProcessRxReqSeq()
586 static void L2capErfcTxOneFrame(L2capConnection *conn, L2capChannel *chan, uint8_t txSeq) in L2capErfcTxOneFrame() argument
605 if (ctrl->txSeq == erfc->nextTxSeq) { in L2capErfcTxOneFrame()
609 if (ctrl->txSeq == txSeq) { in L2capErfcTxOneFrame()
838 if (ctrl->txSeq == erfc->nextTxSeq) { in L2capErfcTx()
906 iCtrl->txSeq = erfc->txSeq; in L2capBuildIFrame()
962 erfc->txSeq in L2capSendIFrame()
[all...]

Completed in 4 milliseconds