Uses of Class
com.github.hypfvieh.bluetooth.wrapper.BluetoothAdapter
Packages that use BluetoothAdapter
-
Uses of BluetoothAdapter in com.github.hypfvieh.bluetooth
Methods in com.github.hypfvieh.bluetooth that return BluetoothAdapterModifier and TypeMethodDescriptionDeviceManager.getAdapter()Get the current adapter in use.DeviceManager.getAdapter(String _ident) Find an adapter by the given identifier (either MAC or device name).Methods in com.github.hypfvieh.bluetooth that return types with arguments of type BluetoothAdapterModifier and TypeMethodDescriptionDeviceManager.getAdapters()Returns all found bluetooth adapters.DeviceManager.scanForBluetoothAdapters()Search for all bluetooth adapters connected to this machine.Methods in com.github.hypfvieh.bluetooth with parameters of type BluetoothAdapterModifier and TypeMethodDescriptionvoidDeviceManager.findBtDevicesByIntrospection(BluetoothAdapter adapter) Gets all devices found by the given adapter and published by bluez using DBus Introspection API.voidDeviceManager.setDefaultAdapter(BluetoothAdapter _adapter) Setup the default bluetooth adapter to use by giving an adapter object. -
Uses of BluetoothAdapter in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that return BluetoothAdapterModifier and TypeMethodDescriptionBluetoothDevice.getAdapter()GetBluetoothAdapterobject where thisBluetoothDeviceobject belongs to.Constructors in com.github.hypfvieh.bluetooth.wrapper with parameters of type BluetoothAdapterModifierConstructorDescriptionBluetoothDevice(Device1 _device, BluetoothAdapter _adapter, String _dbusPath, org.freedesktop.dbus.connections.impl.DBusConnection _dbusConnection)