cordova-plugin-bluetoothle icon indicating copy to clipboard operation
cordova-plugin-bluetoothle copied to clipboard

Conection

Open alexander090496 opened this issue 5 years ago • 1 comments

Hello, I have an Ionic project where the device (fitnes watch) uses authentication, how can I use the library to do that authentication?

I wait your answer thank you

alexander090496 avatar Jul 03 '20 16:07 alexander090496

You mean a PIN? I don't see anything in the documentation about that. I do however see a setPin() function in the cordova-plugin-ble-central package, which may be what you need: https://github.com/don/cordova-plugin-ble-central/

For Ionic, there is a wrapper: https://ionicframework.com/docs/native/ble

BetterAutomations avatar Jul 07 '20 09:07 BetterAutomations