Searched refs:DISCONNECTED_SCAN_TIMER (Results 1 – 4 of 4) sorted by relevance
153 DISCONNECTED_SCAN_TIMER = 201, /* Automatic scanning in disconnected state */ enumerator
139 pScanStateMachine->StopTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER)); in UnInitScanService()221 case DISCONNECTED_SCAN_TIMER: { in HandleInnerEventReport()1315 pScanStateMachine->StopTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER)); in DisconnectedTimerScan()1316 …pScanStateMachine->StartTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER), DISCONNECTED_SCAN_INTERVA… in DisconnectedTimerScan()1337 pScanStateMachine->StopTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER)); in HandleDisconnectedScanTimeout()1338 …pScanStateMachine->StartTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER), DISCONNECTED_SCAN_INTERVA… in HandleDisconnectedScanTimeout()
229 case DISCONNECTED_SCAN_TIMER: in ExecuteStateMsg()
187 innerEvent = DISCONNECTED_SCAN_TIMER; in HandleInnerEventReportSuccess2()