jasongin / noble-uwp

Noble (Node.js Bluetooth LE) with Windows 10 UWP bindings
MIT License
83 stars 45 forks source link

Fix characteristic filtering #6

Closed qdot closed 7 years ago

qdot commented 7 years ago

Characteristic objects were being sent to filterUuid, instead of their normalized UUID. This patch fixes that so that characteristic filtering works again.

Fixes #5

jasongin commented 7 years ago

Thanks for the fix!