Hello,
I am adding OOB to my project and I can add input/output, however on the nrf mesh app, "No OOB" is present on the provisioning. This would bypass my OOB. how would I remove No OOB from being accepted?
Hello,
I am adding OOB to my project and I can add input/output, however on the nrf mesh app, "No OOB" is present on the provisioning. This would bypass my OOB. how would I remove No OOB from being accepted?
Update, I have found out that you can't disable on mesh 1.0.1 specification. mesh 1.1 spec allows you to force using only OOB authentication, looking into this now
Hi.
You can read more about the provisioning process and the OOB methods in the documentation:
Br,
Joakim
All sorted now - for others trying to do this - Add the following and make sure you do a west update as it's been updated recently
# MESH v1.1 support
CONFIG_BT_MESH_OOB_AUTH_REQUIRED=y
CONFIG_BT_MESH_V1d1=y