:orphan: .. title:: BT_RPA_TIMEOUT .. option:: CONFIG_BT_RPA_TIMEOUT *Resolvable Private Address timeout* Type: ``int`` Help ==== This option defines how often resolvable private address is rotated. Value is provided in seconds and defaults to 900 seconds (15 minutes). Direct dependencies =================== \ :option:`BT_PRIVACY ` && \ :option:`BT_SMP ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 900 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/Kconfig:343`` 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 → Privacy Feature .. parsed-literal:: config BT_RPA_TIMEOUT int "Resolvable Private Address timeout" range 1 65535 default 900 depends on \ :option:`BT_PRIVACY ` && \ :option:`BT_SMP ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` help This option defines how often resolvable private address is rotated. Value is provided in seconds and defaults to 900 seconds (15 minutes). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*