The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS

Configure peripheral preferred connection parameters

Type: bool

Help

This allows to configure peripheral preferred connection parameters. Enabling this option results in adding PPCP characteristic in GAP and sending request for connection parameters update after GAP recommended 5 seconds of connection as peripheral. If disabled it is up to application to set expected connection parameters.

Direct dependencies

BT_PERIPHERAL && BT_CONN && BT_HCI_HOST && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/host/Kconfig:424

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:144

Menu path: (top menu) → Bluetooth

config BT_GAP_PERIPHERAL_PREF_PARAMS
    bool
    prompt "Configure peripheral preferred connection parameters" if BT_PERIPHERAL && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    default "y" if BT_PERIPHERAL && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    depends on BT_PERIPHERAL && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    help
      This allows to configure peripheral preferred connection parameters.
      Enabling this option results in adding PPCP characteristic in GAP
      and sending request for connection parameters update after GAP
      recommended 5 seconds of connection as peripheral. If disabled it is
      up to application to set expected connection parameters.

(Definitions include propagated dependencies, including from if’s and menus.)