Hi,
Currently i am developing BLE communication software for Android and iOS
This software is under Ionic development.
Is there any solution for Ionic/ Javascript development to use SOftDevice API ?
Thanks.
Hi,
Currently i am developing BLE communication software for Android and iOS
This software is under Ionic development.
Is there any solution for Ionic/ Javascript development to use SOftDevice API ?
Thanks.
Hi
Thanks for your info
Do you have any resource or android source code that uses to initiate LL Encrpytion Request?
I'm unsure if it's included in Nordic Android Ble library or should I be viewing another android ble library to complete
this "Peripheral Encryption Establishment using stored keys" flow based on its diagram.
Hi
Pairing is managed by the system, and therefore it is not part of any library, as there is an API to initiate bonding in Android. Please check out the createBond() method in the BLEmanager files in the Android BLE library to see how you can initiate a bonding process.
Best regards,
Simon