-
CONFIG_BT_PAGE_TIMEOUT
¶
Bluetooth Page Timeout
Type: hex
Help¶
This option sets the page timeout value. Value is selected as (N * 0.625) ms.
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:732
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
Menu path: (top menu) → Bluetooth
config BT_PAGE_TIMEOUT hex prompt "Bluetooth Page Timeout" ifBT_BREDR
&&BT_HCI
&&BT
range 0x0001 0xffff ifBT_BREDR
&&BT_HCI
&&BT
default 0x2000 ifBT_BREDR
&&BT_HCI
&&BT
depends onBT_BREDR
&&BT_HCI
&&BT
help This option sets the page timeout value. Value is selected as (N * 0.625) ms.
(Definitions include propagated dependencies, including from if’s and menus.)