File
Doc
Category
Size
Date
Package
BluetoothLeScanner.java
API Doc
Android 5.1 API
680
Sat Mar 14 14:09:32 GMT 2015
android.bluetooth.le
BluetoothLeScanner
java.lang.Object
public final class BluetoothLeScanner extends Object
Fields Summary
Constructors Summary
BluetoothLeScanner
()
throw new RuntimeException("Stub!");
Methods Summary
public void
flushPendingScanResults
(
android.bluetooth.le.ScanCallback
callback)
throw new RuntimeException("Stub!");
public void
startScan
(
android.bluetooth.le.ScanCallback
callback)
throw new RuntimeException("Stub!");
public void
startScan
(
java.util.List
filters,
android.bluetooth.le.ScanSettings
settings,
android.bluetooth.le.ScanCallback
callback)
throw new RuntimeException("Stub!");
public void
stopScan
(
android.bluetooth.le.ScanCallback
callback)
throw new RuntimeException("Stub!");
Java Code Source