-
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).
Defaults¶
- 1 if
BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:533
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
Menu path: (top menu) → Bluetooth
config BT_ID_MAX int prompt "Maximum number of local identities" ifBT_HCI_HOST
&&BT_HCI
&&BT
range 1 10 ifBT_HCI_HOST
&&BT_HCI
&&BT
default 1 ifBT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_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).
(Definitions include propagated dependencies, including from if’s and menus.)