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 function for get ManufacturerData and AdvertisingData #67

Closed Raffone17 closed 3 months ago

Raffone17 commented 4 months ago

Add function for get ManufacturerData and AdvertisingData to the Device Interface. This is the same as PR #61 with the changes commented here #53. I created a new pull-request because the #61 was not made by me.

gmacario commented 4 months ago

Hello @chrvadala,

Could you please review this PR and let us know if it is OK to merge? Thank you in advance!

chrvadala commented 3 months ago

Released with v1.11.

I had to change few things with this commit https://github.com/chrvadala/node-ble/commit/4d857fa0f5788567dc826abfcbd1c4f859419149 Thanks for your contribution