:orphan: .. title:: CONFIG_BT_ID_MAX .. kconfig:: CONFIG_BT_ID_MAX CONFIG_BT_ID_MAX ################ *Maximum number of local identities* Type: ``int`` Help ==== .. code-block:: none Maximum number of supported local identity addresses. For most products this is safe to leave as the default value (1). Direct dependencies =================== \ :kconfig:`BT_HCI_HOST ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/host/Kconfig:544`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:174`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_ID_MAX int "Maximum number of local identities" range 1 64 default 1 depends on BT_HCI_HOST && BT_HCI && 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.)*