evothings / cordova-ble

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

property(iOS)/properties(Android), permission(iOS)/permissions(Android) - not coherent naming #44

Closed olexme closed 9 years ago

olexme commented 9 years ago

I found out that mentioned properties of characteristics and descriptors have different names in objects returned by Android and iOS plugin's implementation. Discovered using readAllServiceData function.

fredrikeldh commented 9 years ago

Thanks for the report. The Android implementation is the correct one. Fixed the iOS names in 717bbdfd35dd43bebbd46c102499d64295df80aa.