Bluetooth: Controller: Add Kconfig for LE Power Control Request Feature

Add the controller Kconfig to use in Zephyr.

Signed-off-by: Kyra Lengfeld <kyra.lengfeld@nordicsemi.no>
This commit is contained in:
Kyra Lengfeld 2023-11-24 15:44:38 +01:00 committed by Carles Cufí
parent 9521371157
commit 56a5901955

View file

@ -101,6 +101,9 @@ config BT_CTLR_READ_ISO_LINK_QUALITY_SUPPORT
BT_CTLR_PERIPHERAL_ISO_SUPPORT
bool
config BT_CTLR_LE_POWER_CONTROL_SUPPORT
bool
config BT_CTLR
bool "Bluetooth Controller"
help
@ -484,6 +487,14 @@ config BT_CTLR_CONN_RSSI
help
Enable connection RSSI measurement.
config BT_CTLR_LE_POWER_CONTROL
bool "LE Power Control Request Feature"
depends on BT_CTLR_LE_POWER_CONTROL_SUPPORT
default y if BT_TRANSMIT_POWER_CONTROL
help
Enable support for LE Power Control Request feature that is defined in the
Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.31.
endif # BT_CONN
config BT_CTLR_FILTER_ACCEPT_LIST