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
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
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