Peripheral doesn't have any user interface that can be used for pairing and bonding but I want for my application is that the peripheral gets paired or bonded to the central and shares IRK with each other for resolving the address for later use.
In my application peripheral is a nrf52810 board and central is a nrf52840 and the peripheral has to connect only to the paired central device. But the main issue is in doing the pairing of the two devices without any user interface that's why brought in between mobile application that writes in some info on the characteristics of the central or peripheral which will form the basis of pairing.
So wanted help on how to proceed with the above thought and if is it feasible to do it or not.
I have gone through the example with peer_manager but wasn't successful in handling the issue because they all wanted some hardware integration for pairing and bonding like nfc or buttons.