Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java76 private static final int MSG_SCAN_TIMEOUT = 3; field in ScanManager
284 case MSG_SCAN_TIMEOUT: in handleMessage()
351 Message msg = obtainMessage(MSG_SCAN_TIMEOUT); in handleStartScan()
374 removeMessages(MSG_SCAN_TIMEOUT); in handleStopScan()