:orphan: .. title:: BT_ID_MAX .. option:: CONFIG_BT_ID_MAX *Maximum number of local identities* Type: ``int`` Help ==== Maximum number of supported local identity addresses. For most products this is safe to leave as the default value (1). Direct dependencies =================== \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/Kconfig:597`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:239`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_ID_MAX int "Maximum number of local identities" range 1 10 default 1 depends on \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Maximum number of supported local identity addresses. For most products this is safe to leave as the default value (1). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*