Hi guys,
I am trying to implement the possibility to have one central device made with a nrf52840DK and a peripheral with another nrf52840DK.
As I could have more nrf52840DK with the same BLE Name, I wanted to pair one particoular DK to the central, and be able to connect only to that board.
So, as I found bonding examples in the classic central_uart example, and in the perpheral example, I wanted to know how to use that part of the code, to implement this simple situation.
I am using the simple example of central_uart and peripheral_uart, I have went deep inside the KConfigs related, but I'm not able to see the activation of callbacks called
even if they are configured properly, in the main() ...... is it normal ?
I also added, trying to check if it was a problem of KConfigs, this:
in the conf file, but nothing happens.
the callbacks are registered properly, but they are not called.
And the central connects without any pariring request to the peripheral.
I also tryed with nRF connect for iPhone, but the same result: directy connected to the peripheral.
I think it's a child game, but I'm not able to continue...