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

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

Introduction

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

The text is from its open source code.

Field

intADVERTISE_MODE_LOW_POWER
Perform Bluetooth LE advertising in low power mode.
intADVERTISE_MODE_BALANCED
Perform Bluetooth LE advertising in balanced power mode.
intADVERTISE_MODE_LOW_LATENCY
Perform Bluetooth LE advertising in low latency, high power mode.
intADVERTISE_TX_POWER_MEDIUM
Advertise using medium TX power level.
intADVERTISE_TX_POWER_HIGH
Advertise using high TX power level.