Hi engineer
I am using two nRF52832 boards to test the communication between ble_peripheral and ble_central. The project used is ble_app_uart and ble_app_uart_c in SDK15.0.
The ble_peripheral and ble_central communication is great if you don't add any requirements.
But now I want to test the security problem, for example, add static key pairing in ble_app_uart. When I use the mobile phone's nRF connect to connect to Bluetooth, I will be prompted to enter the key, but now the problem is to add the key. After the ble_app_uart project, how can I build a connection with the ble_central board?