Uses of Enum Class
com.github.hypfvieh.bluetooth.wrapper.BluetoothDeviceType
Packages that use BluetoothDeviceType
-
Uses of BluetoothDeviceType in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that return BluetoothDeviceTypeModifier and TypeMethodDescriptionAbstractBluetoothObject.getBluetoothType()static BluetoothDeviceTypeReturns the enum constant of this class with the specified name.static BluetoothDeviceType[]BluetoothDeviceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.hypfvieh.bluetooth.wrapper with parameters of type BluetoothDeviceTypeModifierConstructorDescriptionAbstractBluetoothObject(BluetoothDeviceType _bluetoothType, org.freedesktop.dbus.connections.impl.DBusConnection _dbusConnection, String _dbusPath)