/// /// BluetoothPhyOption.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © Marc Rousavy @ Margelo /// package com.margelo.nitro.munimbluetooth import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip /** * Represents the JavaScript enum/union "BluetoothPhyOption". */ @DoNotStrip @Keep enum class BluetoothPhyOption(@DoNotStrip @Keep val value: Int) { NONE(0), S2(1), S8(2); companion object }