From cb700d0e12110f3f2feeab37a738e35d06a1010f Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Thu, 15 Aug 2019 11:28:57 +0200 Subject: [PATCH] Bluetooth: controller: Disable AE by default Disable Advertising Extensions by default, since they are not really operational and they take RAM. Signed-off-by: Carles Cufi --- subsys/bluetooth/controller/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 15599791f7b..135eee96adc 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -344,7 +344,6 @@ config BT_CTLR_ADV_EXT bool "LE Advertising Extensions" select BT_CTLR_SCAN_REQ_NOTIFY select BT_CTLR_CHAN_SEL_2 - default y help Enable support for Bluetooth 5.0 LE Advertising Extensions in the Controller.