Example usage for Java android.bluetooth.le AdvertiseSettings fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ADVERTISE_MODE_LOW_POWER Perform Bluetooth LE advertising in low power mode. |
int | ADVERTISE_MODE_BALANCED Perform Bluetooth LE advertising in balanced power mode. |
int | ADVERTISE_MODE_LOW_LATENCY Perform Bluetooth LE advertising in low latency, high power mode. |
int | ADVERTISE_TX_POWER_MEDIUM Advertise using medium TX power level. |
int | ADVERTISE_TX_POWER_HIGH Advertise using high TX power level. |