Hello,
I wanted to enable L4 security on my BLE connection,
/** Level 4: Authenticated Secure Connections and 128-bit key. */
BT_SECURITY_L4,
Hence added the param in my prj.conf as :
CONFIG_BT_SMP_SC_ONLY=y
But now as an unintended result the L4 security is also enabled for my BLE-Mesh models, and it is prompting me to enter key while provisioning.
Is this a bug..?
How can I enable L4 security only for BLE and not for BLE-Mesh..?
How can I enable L4 security only for BLE and not for BLE-Mesh..?
Thanks,