Uses of Class
com.github.hypfvieh.bluetooth.wrapper.BluetoothDevice
Packages that use BluetoothDevice
-
Uses of BluetoothDevice in com.github.hypfvieh.bluetooth
Methods in com.github.hypfvieh.bluetooth that return types with arguments of type BluetoothDeviceModifier and TypeMethodDescriptionDeviceManager.getDevices()Get all bluetooth devices connected to the defaultAdapter.DeviceManager.getDevices(boolean _doNotScan) Get all bluetooth devices connected to the defaultAdapter.DeviceManager.getDevices(String _adapterMac) Get all bluetooth devices connected to the adapter with the given MAC address.DeviceManager.getDevices(String _adapterMac, boolean _doNotScan) Get all bluetooth devices connected to the adapter with the given MAC address.DeviceManager.scanForBluetoothDevices(int _timeout) Scan for bluetooth devices using the default adapter.DeviceManager.scanForBluetoothDevices(String _adapter, int _timeoutMs) Scan for Bluetooth devices for on the given adapter. -
Uses of BluetoothDevice in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that return BluetoothDeviceModifier and TypeMethodDescriptionBluetoothBattery.getDevice()GetBluetoothDeviceobject where thisBluetoothBatteryobject belongs to.BluetoothGattService.getDevice()Get theBluetoothDeviceinstance which is providing thisBluetoothGattService.Constructors in com.github.hypfvieh.bluetooth.wrapper with parameters of type BluetoothDeviceModifierConstructorDescriptionBluetoothBattery(Battery1 _battery, BluetoothDevice _device, String _dbusPath, org.freedesktop.dbus.connections.impl.DBusConnection _dbusConnection) BluetoothGattService(GattService1 _service, BluetoothDevice _device, String _dbusPath, org.freedesktop.dbus.connections.impl.DBusConnection _dbusConnection)