OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
675 stars 115 forks source link

no devices found... (actually, only audio devices found...) #274

Closed rorywalsh closed 10 months ago

rorywalsh commented 10 months ago

I was happy to find a cross platform bluetooth library, but I'm failing at the first hurdle. I've build the simple test app, but none of them find any of the BT devices my OS does. If I am connected to a device, should that device appear in the list of peripherals? Or should it only appear if not pairing has been made? I've tried both, but I still can't get any peripherals to show.

rorywalsh commented 10 months ago

So it seems that the one peripheral I was trying to connect to was the problem. When I try with another one I can see it listed fine. Apologies for the noise, and thanks again for this library. I'm sure I'll have more questions in time :)

[edit] does anyone know why my device might not be found? It's a RPi with BT enabled. My Mac is able to see it, and so too are my mobile devices, but it's not being picked up my simpleble?

rorywalsh commented 10 months ago

So only my bluetooth speakers are found. None of my other devices are listed. My phone for example is also not listed. Any ideas?

edit: just a follow up to say this is now working fine. I just had to configure some things on my PI, but now it is picked up without an issue.