| Class | Description |
|---|---|
| BluetoothLeScannerCompat |
This class provides methods to perform scan related operations for Bluetooth LE devices.
|
| PendingIntentReceiver |
This receiver, registered in AndroidManifest, will translate received
ScanResults into compat ScanResults and will send
a PendingIntent registered by the user with those converted data. |
| ScanCallback |
Bluetooth LE scan callbacks.
|
| ScanFilter |
Criteria for filtering result from Bluetooth LE scans.
|
| ScanFilter.Builder |
Builder class for
ScanFilter. |
| ScannerService |
A service that will emulate
BluetoothLeScanner.startScan(List, android.bluetooth.le.ScanSettings, PendingIntent)
on Android versions before Oreo. |
| ScanRecord |
Represents a scan record from Bluetooth LE scan.
|
| ScanResult |
ScanResult for Bluetooth LE scan.
|
| ScanSettings |
Bluetooth LE scan settings are passed to
BluetoothLeScannerCompat.startScan(no.nordicsemi.android.support.v18.scanner.ScanCallback) to define the
parameters for the scan. |
| ScanSettings.Builder |
Builder for
ScanSettings. |