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

Add the function for getting ManufacturerData to Device interface. #33

Closed xineyelabo closed 6 months ago

xineyelabo commented 2 years ago

And bug fix of GattCharacteristic.startNotifications. Now it call helper.callMethod method at the functions's last.

chrvadala commented 6 months ago

Superseed by #61 and #53