FileDocCategorySizeDatePackage
BluetoothLeScanner.javaAPI DocAndroid 5.1 API912Sat Mar 14 14:10:00 GMT 2015android.bluetooth.le

BluetoothLeScanner.java

package android.bluetooth.le;
public final class BluetoothLeScanner
{
BluetoothLeScanner() { throw new RuntimeException("Stub!"); }
public  void startScan(android.bluetooth.le.ScanCallback callback) { throw new RuntimeException("Stub!"); }
public  void startScan(java.util.List<android.bluetooth.le.ScanFilter> 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!"); }
public  void flushPendingScanResults(android.bluetooth.le.ScanCallback callback) { throw new RuntimeException("Stub!"); }
public  void startTruncatedScan(java.util.List<android.bluetooth.le.TruncatedFilter> truncatedFilters, android.bluetooth.le.ScanSettings settings, android.bluetooth.le.ScanCallback callback) { throw new RuntimeException("Stub!"); }
}