Hi,
I'm using NRF52840, and I've developed a feature which bonds with NRF toolbox application. The problem is that when I'm using secured BLE, I can't receive any messages from my mobile (using NRF toolbox).
I've set pairing mode to NFC_PAIRING_MODE_LESC_OOB, and I use pm_conn_secure() to open a secured connection.
When initializing NUS service, I'm using BLE_GAP_CONN_SEC_MODE_SET_LESC_ENC_WITH_MITM for RX and TX attributes.
However, when I'm using NFC_PAIRING_MODE_JUST_WORKS and BLE_GAP_CONN_SEC_MODE_SET_OPEN, everything is OK.
Should I do something else?
Thanks!!