jasongin / noble-uwp

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

manufacturerData working #9

Closed farfromrefug closed 7 years ago

farfromrefug commented 7 years ago

this makes manufacturerData works llike it does on other platforms

farfromrefug commented 7 years ago

@jasongin i just commited the concat of manufacturerData.

jasongin commented 7 years ago

Looks mostly good now; just waiting on the change to use buf.writeUInt16LE().

farfromrefug commented 7 years ago

@jasongin sorry for the very late answer :s. I fixed as you asked (using writeUInt16LE though) And i tested it here. It's working fine

jasongin commented 7 years ago

Yes, writeUInt16LE was what I said. :)

Looks good, thanks! Merging.

farfromrefug commented 7 years ago

@jasongin you are write. Why did i read writeUInt16BE at first... ;)