Java android.bluetooth.le BluetoothLeScanner fields, constructors, methods, implement or subclass

Example usage for Java android.bluetooth.le BluetoothLeScanner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.bluetooth.le BluetoothLeScanner.

The text is from its open source code.

Method

voidstartScan(List filters, ScanSettings settings, final ScanCallback callback)
Start Bluetooth LE scan.
intstartScan(@Nullable List filters, @Nullable ScanSettings settings, @NonNull PendingIntent callbackIntent)
Start Bluetooth LE scan using a PendingIntent .
voidstopScan(ScanCallback callback)
Stops an ongoing Bluetooth LE scan.
voidstopScan(PendingIntent callbackIntent)
Stops an ongoing Bluetooth LE scan started using a PendingIntent.