I was working on BLE server code for esp32 using esp32 IOT framework.
I had configured esp32 as nimBL. The issue is that when in menuconfig there is no option to configure security manager components like IO-capability, bonding etc.
I want to add pairing and encryption feature in my app. Can someone tell me is there any way to do it.
Else I have no option but to switch to ESP-IDF IDE where security manager can be configured.