Searched defs:isOffloadedScanBatchingSupported (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1376 public boolean isOffloadedScanBatchingSupported() { method in class:BluetoothAdapter
1380 if (mService != null) return mService.isOffloadedScanBatchingSupported();
1382 Log.e(TAG, "failed to get isOffloadedScanBatchingSupported, error: ", e);

Completed in 21 milliseconds