jasongin / noble-uwp

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

Advertised service UUIDs are wrong format #36

Open jasongin opened 7 years ago

jasongin commented 7 years ago

See items 2 and 3 from https://github.com/sandeepmistry/noble/pull/646#issuecomment-324489698

Currently the advertised service UUIDs are reported as 128-bit uppercase GUIDs with hyphens and braces. The expected format is no hyphens or braces and all lowercase, with 16-bit UUIDs in short form.