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.

Direct dependencies

BT_BREDR && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/host/Kconfig:589

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155

Menu path: (top menu) → Bluetooth

config BT_PAGE_TIMEOUT
    hex
    prompt "Bluetooth Page Timeout" if BT_BREDR && BT_HCI && BT
    range 0x0001 0xffff if BT_BREDR && BT_HCI && BT
    default 0x2000 if BT_BREDR && BT_HCI && BT
    depends on BT_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.)