don / cordova-plugin-ble-peripheral

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

Unable to start advertising outside app constructor in android. #20

Closed isinocasio closed 4 years ago

isinocasio commented 4 years ago

As the tittle says, the method startAdvertising does not respond If I call it Outside the onDeviceReady function, (and once the app is ready), I can create the service from the json object OK, but when I call startadvertising it does not even throw any error, It just does not respond.

Must this method be inside the app constructor?, can it be called outside?

isinocasio commented 4 years ago

Seems like when a service is already advertising, method just does not return anything.