Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java75 private static final int MSG_FLUSH_BATCH_RESULTS = 2; field in ScanManager
231 sendMessage(MSG_FLUSH_BATCH_RESULTS, client); in flushBatchScanResults()
277 case MSG_FLUSH_BATCH_RESULTS: in handleMessage()