Hello,
I would like to set up in the same chip (nRF51) :
- one open connection for an access control application – unlimited smartphones (no bond) and fast connection - Datas are encrypted by another system.
- one secure connection for a configuration application.
I think, according to the documentation, that the BLE link isn’t flexible. If I configure the pairing in the software, it’s impossible to connect without bond (with other service or characteristic).
For moment, I configure the chip in open connection. After connection the mobile application (configuration application) ask to change the connection. The Nordic chip reset and configure the secure connection. So, the application can to connect in secure connection and send his parameters.
Have you got another solution for this configuration more official and cleaner?
Configuration:
- nRF51822
- SoftDevices S130
- SDK 12.2.0 F012EFA
- uVision - GCC
Thank you