Class | Description |
---|---|
AdvertiseCallback |
Bluetooth LE advertising callbacks, used to deliver advertising operation status.
|
AdvertiseData |
Advertise data packet container for Bluetooth LE advertising.
|
AdvertiseData.Builder |
Builder for
AdvertiseData . |
AdvertiseSettings |
The
AdvertiseSettings provide a way to adjust advertising preferences for each
Bluetooth LE advertisement instance. |
AdvertiseSettings.Builder |
Builder class for
AdvertiseSettings . |
BluetoothLeAdvertiser |
This class provides a way to perform Bluetooth LE advertise operations, such as starting and
stopping advertising.
|
BluetoothLeScanner |
This class provides methods to perform scan related operations for Bluetooth LE devices.
|
BluetoothLeUtils |
Helper class for Bluetooth LE utils.
|
ResultStorageDescriptor |
Describes the way to store scan result.
|
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 |
ScanResult for Bluetooth LE scan.
|
ScanSettings |
Bluetooth LE scan settings are passed to
BluetoothLeScanner.startScan(android.bluetooth.le.ScanCallback) to define the
parameters for the scan. |
ScanSettings.Builder |
Builder for
ScanSettings . |
TruncatedFilter |
A special scan filter that lets the client decide how the scan record should be stored.
|