• How can I make only bonded devices can write to my characteristic on nRF_5 chip?

    I am developing an application with a single service that has a single characteristic with read and write operations. I want to give the ability to writing to this characteristic to only bonded devices and not just any connected device. I tried…