Dear experts,
My BLE peripheral device uses s112 soft device with nRF52832 and nRF SDK v16 and now the basic data collection and transmission features all work fine with no security control. My device has two LEDs which I think can be used to depict some digital passkeys via blinking, assuming users can input the digits into the central app.
Now I am considering to add some security so that the device can only be accessed from my central Android app. What are the proper approaches to start with? Should I add security via the "bonding" process? Does s112 stack support bonding? are there any samples in the SDK related to s112 bonding setup?