thegecko / webbluetooth

Node.js implementation of the Web Bluetooth Specification
https://thegecko.github.io/webbluetooth/
MIT License
141 stars 21 forks source link

Allow to choose/configure the used Bluetooth adapter #178

Open Apollon77 opened 3 months ago

Apollon77 commented 3 months ago

I saw that the SimpleBLE used has support for multiple BLE adapters, but you just choose the first one.

I think it would be good to have this choosable in constructor or such which is "non W3C relevant" anyway.

thegecko commented 2 months ago

I like this idea, any help would be appreciated (PR, API proposal, pointer to relevant SimpleBLE bits, etc.)