-
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¶
- “y” if
BT_PERIPHERAL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:424
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
Menu path: (top menu) → Bluetooth
config BT_GAP_PERIPHERAL_PREF_PARAMS bool prompt "Configure peripheral preferred connection parameters" ifBT_PERIPHERAL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
default "y" ifBT_PERIPHERAL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_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.)