Interface | Description |
---|---|
BluetoothCrashResolver.UpdateNotifier |
Class | Description |
---|---|
BluetoothCrashResolver |
This class provides relief for Android Bug 67272.
|
BluetoothLeScannerCompat |
Represents the public entry into the Bluetooth LE compatibility scanner that efficiently captures
advertising packets broadcast from Bluetooth LE devices.
|
BluetoothLeScannerCompatProvider |
A compatibility layer for low-energy bluetooth, providing access to an implementation of
the
BluetoothLeScannerCompat which will use the Android "L" APIs if they are present,
which can leverage the newest BLE hardware; or if running on an older version of the OS,
this provider falls back to providing a CPU-bound BLE scanner which has the same feature set. |
BluetoothUuid |
Static helper methods and constants to decode the ParcelUuid of remote devices.
|
ScanCallback |
Bluetooth LE scan callbacks.
|
ScanFilter |
Criteria for filtering result from Bluetooth LE scans.
|
ScanFilter.Builder |
Builder class for
ScanFilter . |
ScanRecord |
Represents a scan record from Bluetooth LE scan.
|
ScanResult |
com.reelyactive.blesdk.support.ble.ScanResult for Bluetooth LE scan.
|
ScanSettings |
Bluetooth LE scan settings are passed to
BluetoothLeScannerCompat.startScan(com.reelyactive.blesdk.support.ble.ScanCallback)
to define the parameters for the scan. |
ScanSettings.Builder |
Builder for
ScanSettings . |
ScanWakefulBroadcastReceiver |
com.reelyactive.blesdk.support.ble.ScanWakefulBroadcastReceiver initiates the Bluetooth LE scan by calling
ScanWakefulService after acquiring a WakeLock. |
ScanWakefulService |
The com.reelyactive.blesdk.support.ble.ScanWakefulService Class is called with a WakeLock held, and executes a single Bluetooth LE
scan cycle.
|
Utils |
Helper class for Bluetooth LE utils.
|