gattuuids
v1.0.1
Published
provides GATT uuids for use in Bluetooth le
Downloads
2
Readme
GATT UUIDs
this npm package provides uuid list of GATT specifications
Example usage:
let UUIDList = require('gattuuids');
let Characteristic = require('bleno').Characteristic;
...
new Characteristic({
uuid: UUIDList.Characteristics.battery_level,
...
})