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

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

Introduction

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

The text is from its open source code.

Field

intSCAN_MODE_LOW_POWER
Perform Bluetooth LE scan in low power mode.
intSCAN_MODE_BALANCED
Perform Bluetooth LE scan in balanced power mode.
intSCAN_MODE_LOW_LATENCY
Scan using highest duty cycle.
intCALLBACK_TYPE_ALL_MATCHES
Trigger a callback for every Bluetooth advertisement found that matches the filter criteria.
intCALLBACK_TYPE_MATCH_LOST
Receive a callback when advertisements are no longer received from a device that has been previously reported by a first match callback.