don / cordova-plugin-ble-peripheral

Apache Cordova plugin for implementing BLE (Bluetooth Low Energy) peripherals.
Other
31 stars 30 forks source link

Fix for duplicate symbol when using with with cordova-plugin-ble-central #3

Closed lucatorella closed 7 years ago

lucatorella commented 7 years ago

In order to avoid https://github.com/don/cordova-plugin-ble-peripheral/issues/1 it's better to have the C function declared as static

lucatorella commented 7 years ago

Hey, @don thanks for merging! Can you also merge https://github.com/don/cordova-plugin-ble-central/pull/373 please?

don commented 7 years ago

I'll get that merged and push new versions to npm tomorrow or Monday.