Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c423 static uint16_t L2capGetSeqWindow(uint16_t endSeq, uint16_t startSeq) in L2capGetSeqWindow() function
438 return L2capGetSeqWindow(erfc->nextTxSeq, erfc->expectedAckSeq); in L2capGetTxWindow()
443 return L2capGetSeqWindow(erfc->expectedTxSeq, erfc->bufferSeq); in L2capGetRxWindow()