abandonware / noble

A Node.js BLE (Bluetooth Low Energy) central module : Community maintained
https://libraries.io/npm/@abandonware%2Fnoble
MIT License
538 stars 162 forks source link

startScanning callback never called (startScanningAsync never resolves nor rejects) #339

Open dzek69 opened 1 month ago

dzek69 commented 1 month ago

I'm using noble on KDE Neon Linux machine and a raspberry PI. The same code that works flawlessly on Raspberry does not work on the PC.

It's not a permission thing, cause I set it as described and it does not work via sudo anyway. poweredOn state is correctly detected.

Only scanning does completely nothing.

Any tips, where to look for a solution/workaround?