evothings / cordova-ble

Bluetooth Low Energy plugin for Cordova
http://www.evothings.com/
Apache License 2.0
242 stars 103 forks source link

The link to convert the scanRecord isn't working anymore #94

Closed angelorm closed 8 years ago

angelorm commented 8 years ago

The link in the ble.js file isn't working anymore and I really need to see how to convert the scanRecord to get the data (specially the manufacturer data). If you could fix the issue or leave a way to do it in here I would be thankful.

ghost commented 8 years ago

@angelorm Sorry for broken link. The library that provides parsing of the scan record on Android is here:

https://github.com/evothings/evothings-libraries/blob/master/libs/evothings/easyble/easyble.js

We are planning to implement scan record parsing natively in the Android plugin.

ghost commented 8 years ago

Fixed broken link, available in this commit: https://github.com/mikaelkindborg/cordova-ble/commit/bde72d3b977dc5e6ae7df06d179291950d022fea

ghost commented 8 years ago

Merged update into master. Closing issue.