Emill / node-ble-host

A Bluetooth Low Energy host implementation for Node.js
ISC License
55 stars 15 forks source link

UUIDs #10

Closed snolangps closed 2 years ago

snolangps commented 2 years ago

First off, thank you for creating a library that does NOT break during install. Second, thank you for the examples of different options in using this with bluetooth...

But I keep getting and error

Error: This item does not fit, needs 18 bytes but have only 17 left

And I'm using the same length UUID that you have in your examples, I'm new to the whole bluetooth thing, but could you explain to me why maybe something like C3FF2C7A-812E-468D-B993-58CCD15492B3 would NOT work and 22222222-3333-4444-5555-666666666666 would?

Thanks.

snolangps commented 2 years ago

never mind, just saw this solved issue https://github.com/Emill/node-ble-host/issues/1