urish / web-bluetooth-polyfill

Windows 10 Web Bluetooth Polyfill
76 stars 15 forks source link

Support all standard service/characteristic names #16

Closed urish closed 7 years ago

urish commented 7 years ago

Currently, we only support a few:

https://github.com/urish/web-bluetooth-polyfill/blob/e12d96385ce8651b8aef4bb8d7c7003008934e50/extension/background.js#L72

Supporting new ones is a simple as adding them to the list linked above.