Hi,
I notice nRF Connect APP in IOS don't have BOND option, while Android nRF Connect APP have bond option available.
Please advice.
Hi,
I notice nRF Connect APP in IOS don't have BOND option, while Android nRF Connect APP have bond option available.
Please advice.
Hi,
The core Bluetooth framework in iOS does not expose APIs to initiate a bond procedure (that I know of), but will prompt the user to pair with the device if an ATT request results in "Insufficient Authentication". E.g., during service discovery when you have one or more characteristics in your GATT server that requires authentication.
Hi,
What configure I need to do on the read/write for BLE in order to initiate the bonding during the pairing process.
I read the link below.
https://medium.com/@kbabcockuf/bridging-the-gap-bluetooth-le-security-aab27232a767
It mention,
I have managed to get it works. I follow the info below.