:orphan: .. title:: CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS .. kconfig:: CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS #################################### *Configure peripheral preferred connection parameters* Type: ``bool`` Help ==== .. code-block:: none This allows to configure peripheral preferred connection parameters. Enabling this option results in adding PPCP characteristic in GAP. If disabled it is up to application to set expected connection parameters. Direct dependencies =================== \ :kconfig:`BT_PERIPHERAL ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI_HOST ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/bluetooth/host/Kconfig.gatt:152`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:174`` → ``/bluetooth/host/Kconfig:454`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → ATT and GATT Options .. code-block:: kconfig config BT_GAP_PERIPHERAL_PREF_PARAMS bool "Configure peripheral preferred connection parameters" default y 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. If disabled it is up to application to set expected connection parameters. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*