Home
last modified time | relevance | path

Searched refs:txList (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.c266 node = ListGetFirstNode(chan->erfc.txList); in L2capDestroyChannelTx()
272 ListRemoveNode(chan->erfc.txList, pkt); in L2capDestroyChannelTx()
279 node = ListGetFirstNode(chan->erfc.txList); in L2capDestroyChannelTx()
285 ListRemoveNode(chan->erfc.txList, tx); in L2capDestroyChannelTx()
291 ListDelete(chan->erfc.txList); in L2capDestroyChannelTx()
311 if (chan->erfc.txList != NULL) { in L2capDestroyChannel()
H A Dl2cap_le.c53 List *txList; member
275 if (chan->txList != NULL) { in L2capLeDestroyChannel()
280 node = ListGetFirstNode(chan->txList); in L2capLeDestroyChannel()
286 ListRemoveNode(chan->txList, pkt); in L2capLeDestroyChannel()
290 ListDelete(chan->txList); in L2capLeDestroyChannel()
554 node = ListGetFirstNode(chan->txList); in L2capLeTxWithCredit()
561 ListRemoveNode(chan->txList, pkt); in L2capLeTxWithCredit()
627 ListAddLast(chan->txList, fragPkt); in L2capLeSegmentPacketWithCredit()
1432 if (chan->txList == NULL) { in L2CAP_LeSendData()
1433 chan->txList in L2CAP_LeSendData()
[all...]
H A Dl2cap_core.c543 node = ListGetFirstNode(erfc->txList); in L2capProcessRxReqSeq()
573 node = ListGetFirstNode(erfc->txList); in L2capProcessRxReqSeq()
576 ListRemoveNode(erfc->txList, tx); in L2capProcessRxReqSeq()
595 if (erfc->txList == NULL) { in L2capErfcTxOneFrame()
599 node = ListGetFirstNode(erfc->txList); in L2capErfcTxOneFrame()
819 if (erfc->txList == NULL) { in L2capErfcTx()
832 node = ListGetFirstNode(erfc->txList); in L2capErfcTx()
856 if (erfc->txList == NULL) { in L2capStreamTx()
861 node = ListGetFirstNode(erfc->txList); in L2capStreamTx()
867 ListRemoveNode(erfc->txList, pk in L2capStreamTx()
[all...]
H A Dl2cap_inst.h97 List *txList; member

Completed in 6 milliseconds