:orphan: .. title:: BT_TMP_MAX .. option:: CONFIG_BT_TMP_MAX *Temporary Role Max. Instances* Type: ``int`` Help ==== Maximum supported Temporary role instances. Direct dependencies =================== \ :option:`BT_TMP ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 3 if \ :option:`BT_TMP ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:688`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:8`` → ``subsys/bluetooth/Kconfig:145`` Menu path: (top menu) → Bluetooth → Bluetooth support → Bluetooth Controller → Temporary Role .. parsed-literal:: config BT_TMP_MAX int prompt "Temporary Role Max. Instances" if \ :option:`BT_TMP ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` default 3 if \ :option:`BT_TMP ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` depends on \ :option:`BT_TMP ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Maximum supported Temporary role instances. *(Definitions include propagated dependencies, including from if's and menus.)*