Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1335 int scanQueueSize = mScanManager.getBatchScanQueue().size() + in stopScan() local
1337 if (DBG) Log.d(TAG, "stopScan() - queue size =" + scanQueueSize); in stopScan()