I want to build custom commissioner app on nRF52840 DK. But when I'm running:
otError error = otCommissionerStart(thread_ot_instance_get()); APP_ERROR_CHECK(error);
The error is OT_ERROR_ALREADY. I don't understand why, I am not invoking this method multiple times.
For some time the code was working - currently the code is not working on any DK kit I've got