Guido Brancalion

Results 13 comments of Guido Brancalion

Hi and thank you for your answer: command is : ble.startScan([], onScanSuccess, onScanFailure); No errors in the console log. This is part of the code: `app.startScan = function() { app.disconnect();...

I can add a weird behavior: if i use the app "ble serial" on my phone (iphone12) , i can see and clone Bluno. If i start advertising from the...

You are coorect about names . For debug purpose i am stringify the device data before any parsing on the names. What i get is a list of a variable...

i scan for a specific local name (HEFMXV1.1). Also i am able to connect the clone. ![IMG_8115](https://github.com/don/cordova-plugin-ble-central/assets/42315267/3a5ec022-13b1-4953-bc71-7f57dbc8b136)

I try it now it will take some minutes because i am using cordova with monaca cloud service. What i miss is how to exclude this permission android:usesPermissionFlags="neverForLocation" since i...

Thank you but i have to improve my confidence with android studio... About the problem it seems really to be what you mentioned but i am still having the same...

I really feel like stupid: If i type the suggested command cordova plugin add cordova-plugin-ble-central@slim i get this error: Cannot find plugin.xml for plugin "cordova-plugin-ble-central". Please try adding it again....

Thank you, yes i first removed it and then installed. i copy below the text from my command prompt : C:\hefmx113>cordova plugin list cordova-custom-config 5.1.1 "cordova-custom-config" cordova-plugin-ble-central 1.7.2 "BLE" cordova.plugins.diagnostic...

i can confirm the same here. I will investigate further

Actually i am not able to get rid of this. So frustrating. I was able to use the slim version of the plugin and follow all the steps to solve...