:orphan: .. title:: CONFIG_BT_SMP_MIN_ENC_KEY_SIZE .. kconfig:: CONFIG_BT_SMP_MIN_ENC_KEY_SIZE CONFIG_BT_SMP_MIN_ENC_KEY_SIZE ############################## *Minimum encryption key size accepted in octets* Type: ``int`` Help ==== .. code-block:: none This option sets the minimum encryption key size accepted during pairing. Direct dependencies =================== \ :kconfig:`BT_SMP ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI_HOST ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 7 - 16 if \ :kconfig:`BT_SMP_SC_ONLY ` Kconfig definition ================== At ``/bluetooth/host/Kconfig:442`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:174`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Security Manager Protocol support .. code-block:: kconfig config BT_SMP_MIN_ENC_KEY_SIZE int "Minimum encryption key size accepted in octets" if !BT_SMP_SC_ONLY range 7 16 default 7 default 16 if BT_SMP_SC_ONLY depends on BT_SMP && BT_CONN && BT_HCI_HOST && BT_HCI && BT help This option sets the minimum encryption key size accepted during pairing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*