Michael Jarschel

Results 3 comments of Michael Jarschel

I can confirm this also happening for enableValueNotifications(BluetoothNotification bluetoothNotification)

Apparently, this is related to an issue with Bluez itself, since restarting the daemon solved it for me.

I saw that error once more, because I had made a threading error, i.e., asking a thread in Java to sleep when the code was actually run in the native...