chrvadala / node-ble

Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
https://www.npmjs.com/package/node-ble
MIT License
310 stars 45 forks source link

Closer implementation of webBluetooth API #49

Open derwehr opened 1 year ago

derwehr commented 1 year ago

In order to closer follow method signatures of the web bluetooth API, i propose the following changes:

This would make it easier to switch between web and node implementations. I could implement this if you're interested in merging.