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

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

Completed in 42 milliseconds