GoldenGateConnectionManager / com.fitbit.goldengate.bt / BluetoothState

BluetoothState

enum class BluetoothState

Indicates the local Bluetooth adapter state

Enum Values

ON

Indicates the local Bluetooth adapter is on

OFF

Indicates the local Bluetooth adapter is off

TURNING_ON

Indicates the local Bluetooth adapter is turning on

TURNING_OFF

Indicates the local Bluetooth adapter is turning off

UNKNOWN

Companion Object Functions

getValue

fun getValue(value: Int): BluetoothState

Convert int value to BluetoothState