Home
last modified time | relevance | path

Searched refs:monitorTimer (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.c297 if (chan->erfc.monitorTimer != NULL) { in L2capDestroyChannel()
298 AlarmCancel(chan->erfc.monitorTimer); in L2capDestroyChannel()
299 AlarmDelete(chan->erfc.monitorTimer); in L2capDestroyChannel()
H A Dl2cap_inst.h94 Alarm *monitorTimer; member
H A Dl2cap_core.c701 if (chan->erfc.monitorTimer == NULL) { in L2capErfcStartMonitorTimer()
702 chan->erfc.monitorTimer = AlarmCreate("", false); in L2capErfcStartMonitorTimer()
704 AlarmCancel(chan->erfc.monitorTimer); in L2capErfcStartMonitorTimer()
707 AlarmSet(chan->erfc.monitorTimer, chan->lcfg.rfc.monitorTimeout, L2capErfcMonitorTimeoutCallback, chan); in L2capErfcStartMonitorTimer()
994 AlarmCancel(chan->erfc.monitorTimer); in L2capErfcProcessFBit()

Completed in 5 milliseconds