BluetoothAdvertisingMode

sealed interface BluetoothAdvertisingMode

Represents the advertising mode for Bluetooth sensors.

Inheritors

Types

Link copied to clipboard

Default mode is set to 1022.5ms or a lower value, based on the continuous measurement period.

Link copied to clipboard
data class Fast(val multiplier: Int) : BluetoothAdvertisingMode

Fast mode

Link copied to clipboard
data class Normal(val multiplier: Int) : BluetoothAdvertisingMode

Normal mode.