Hi,
I am trying to integrate the CTS (Clock Time Service) within my application. My current application is heavily based on the BLE UART from SDK 17.1 and I tried to integrate parts of the exemple cts from the same SDK.
I don't have any trouble connecting once or twice but systematically, the third connection resulting in the following error :
<info> peer_manager_handler: Connection security failed: role: Peripheral, conn_handle: 0x0, procedure: Bonding, error: 133
As CTS needs bonding (or is it pairing) to work, the pairing method I use is very similar to the one in CTS.
Furthermore, I am trying to use an Apple smartphone with a custom application and the BLE service send the callback "Readin not permitted" and I think this issue is linked with the pairing problem.
Best Regards,
Charles