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.java68 private static final int MSG_FLUSH_BATCH_RESULTS = 2; field in ScanManager
156 sendMessage(MSG_FLUSH_BATCH_RESULTS, client); in flushBatchScanResults()
196 case MSG_FLUSH_BATCH_RESULTS: in handleMessage()