tinygo-org / bluetooth

Cross-platform Bluetooth API for Go and TinyGo. Supports Linux, macOS, Windows, and bare metal using Nordic SoftDevice or HCI
https://tinygo.org
Other
729 stars 136 forks source link

How to select a secondary adapter? #284

Open evilsocket opened 1 month ago

evilsocket commented 1 month ago

Hi, I've tried to look into the code and the other open issues but I couldn't find a solution to this. Some machines might have multiple bluetooth adapters, however every example only uses bluetooth.DefaultAdapter.

I could not find a way to select another adapter in the system.