:orphan: .. title:: BT_BONDING_REQUIRED .. option:: CONFIG_BT_BONDING_REQUIRED *Always require bonding* Type: ``bool`` Help ==== When this option is enabled remote devices are required to always set the bondable flag in their pairing request. Any other kind of requests will be rejected. Direct dependencies =================== \ :option:`BT_BONDABLE ` && \ :option:`BT_SMP ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/Kconfig:451`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:239`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Security Manager Protocol support → Bondable Mode .. parsed-literal:: config BT_BONDING_REQUIRED bool "Always require bonding" depends on \ :option:`BT_BONDABLE ` && \ :option:`BT_SMP ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` help When this option is enabled remote devices are required to always set the bondable flag in their pairing request. Any other kind of requests will be rejected. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*