Uses of Class
com.github.hypfvieh.bluetooth.DeviceManager
Packages that use DeviceManager
-
Uses of DeviceManager in com.github.hypfvieh.bluetooth
Methods in com.github.hypfvieh.bluetooth that return DeviceManagerModifier and TypeMethodDescriptionstatic DeviceManagerDeviceManager.createInstance(boolean _sessionConnection) Create a newDeviceManagerusing the UnixDomainSockets and use either the global SYSTEM interface or create a new interface just for this session (if _sessionConnection = true).static DeviceManagerDeviceManager.createInstance(String _address) Create a newDeviceManagerinstance using the given DBus address (e.g. tcp://127.0.0.1:13245)static DeviceManagerDeviceManager.getInstance()Get the created instance.