Hi, I am trying to implement Secure Connection for my application, because using PIN I noticed some problems with the bonding in iOs, in fact using the device manager from sdk 10.0 after a random number of connection with PIN code iOs says that the PIN is wrong (the Error i have in the firmware is BLE_GAP_SEC_STATUS_UNSPECIFIED), eventhough the PIN is right. Searching on the web I found that with the new realease iOs uses Secure connection. First of all I flashed the application lesc as it is, but using nrf MCP APP I cannot Bond the device. Is there any suggestion in using that fw for peripheral role only?
Moreover I was wondering if there is the possibility to not store bond data for the next connections between the device and the smartphone, Because I'd like the user to digit the PIN every connection.
Thank you