I'm using nrf52832 developing my application.
In the past I used sd_ble_opt_set() to set a static pairing code for pairing.
But now a new requirement has emerged, I need to write a set of 20 6-bit ASCII character passwords from uart/nus into a static pairing code, and when the Bluetooth connection is paired, any password input by the peer end can pass the verification and enter the pairing success event.
I'm not sure if nrfSDK17 support.Or maybe I can find a BLE event handler that compare passkeys,so that I can add the way to arrive it?