Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c513 erfc = &(chan->erfc); in L2capSendSFrame()
536 erfc = &(chan->erfc); in L2capProcessRxReqSeq()
593 L2capErfc *erfc = &(chan->erfc); in L2capErfcTxOneFrame() local
635 erfc = &(chan->erfc); in L2capErfcRemoteBusyProcess()
768 L2capErfc *erfc = &(chan->erfc); in L2capErfcDoTx() local
817 L2capErfc *erfc = &(chan->erfc); in L2capErfcTx() local
888 erfc = &(chan->erfc); in L2capBuildIFrame()
945 erfc = &(chan->erfc); in L2capSendIFrame()
1009 erfc = &(chan->erfc); in L2capErfcProcessSFrame()
1096 erfc = &(chan->erfc); in L2capErfcProcessIFrame()
[all …]
H A Dl2cap_inst.c272 ListRemoveNode(chan->erfc.txList, pkt); in L2capDestroyChannelTx()
285 ListRemoveNode(chan->erfc.txList, tx); in L2capDestroyChannelTx()
291 ListDelete(chan->erfc.txList); in L2capDestroyChannelTx()
297 if (chan->erfc.monitorTimer != NULL) { in L2capDestroyChannel()
298 AlarmCancel(chan->erfc.monitorTimer); in L2capDestroyChannel()
299 AlarmDelete(chan->erfc.monitorTimer); in L2capDestroyChannel()
302 if (chan->erfc.retransmissionTimer != NULL) { in L2capDestroyChannel()
303 AlarmCancel(chan->erfc.retransmissionTimer); in L2capDestroyChannel()
311 if (chan->erfc.txList != NULL) { in L2capDestroyChannel()
315 if (chan->erfc.rxSarPacket != NULL) { in L2capDestroyChannel()
[all …]
H A Dl2cap.c314 if ((chan->erfc.busyState & L2CAP_BUSY_LOCAL_BUSY) == isBusy) { in L2CAP_LocalBusy()
319 chan->erfc.busyState |= L2CAP_BUSY_LOCAL_BUSY; in L2CAP_LocalBusy()
322 chan->erfc.busyState &= (~L2CAP_BUSY_LOCAL_BUSY); in L2CAP_LocalBusy()
323 chan->erfc.busyState |= L2CAP_BUSY_WAIT_F; in L2CAP_LocalBusy()
326 chan->erfc.retryCount = 1; in L2CAP_LocalBusy()
H A Dl2cap_inst.h142 L2capErfc erfc; member