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
320 stars 47 forks source link

add getUUIDbyHandle #74

Open seizu opened 2 months ago

seizu commented 2 months ago

Find the service UUID and characteristic UUID based on a characteristic handle. The function searches through the internal DBus match rules and the available services to map the provided characteristic handle to its corresponding service and characteristic UUIDs.