Skip to content

Instantly share code, notes, and snippets.

@falkreon
Last active July 7, 2018 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save falkreon/661dfb564eb308c405f8ade69593f811 to your computer and use it in GitHub Desktop.
Save falkreon/661dfb564eb308c405f8ade69593f811 to your computer and use it in GitHub Desktop.
"RSSI" seems to be an invalid property on the BlueZ Device1 interface
Exception in thread "Thread-6" org.freedesktop.dbus.exceptions.DBusExecutionException: No such property 'RSSI'
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.freedesktop.dbus.Error.getException(Error.java:141)
at org.freedesktop.dbus.Error.throwException(Error.java:171)
at org.freedesktop.dbus.RemoteInvocationHandler.executeRemoteMethod(RemoteInvocationHandler.java:158)
at org.freedesktop.dbus.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:222)
at com.sun.proxy.$Proxy3.Get(Unknown Source)
at com.github.hypfvieh.bluetooth.wrapper.AbstractBluetoothObject.getTyped(AbstractBluetoothObject.java:89)
at com.github.hypfvieh.bluetooth.wrapper.BluetoothDevice.getRssi(BluetoothDevice.java:288)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment