From 05ad3bcdbc7d713e295ce1d585f223875d918b26 Mon Sep 17 00:00:00 2001 From: Burak Gorduk Date: Tue, 22 Oct 2024 12:59:47 +0100 Subject: [PATCH] bluetooth: Add support for LE Power Class 1 Feature Enables the local support bit for the LE Power Class 1 Feature Signed-off-by: Burak Gorduk --- subsys/bluetooth/controller/hci_internal.c | 1 + west.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/subsys/bluetooth/controller/hci_internal.c b/subsys/bluetooth/controller/hci_internal.c index 76987034b991..a303ea0dae54 100644 --- a/subsys/bluetooth/controller/hci_internal.c +++ b/subsys/bluetooth/controller/hci_internal.c @@ -660,6 +660,7 @@ void hci_internal_le_supported_features( features->params.extended_reject_indication = 1; features->params.slave_initiated_features_exchange = 1; features->params.le_ping = 1; + features->params.le_Power_class_1 = 1; #ifdef CONFIG_BT_CTLR_DATA_LENGTH features->params.le_data_packet_length_extension = 1; diff --git a/west.yml b/west.yml index 759913054d00..7dadf86f7a2c 100644 --- a/west.yml +++ b/west.yml @@ -141,7 +141,7 @@ manifest: - name: nrfxlib repo-path: sdk-nrfxlib path: nrfxlib - revision: v2.5.0 + revision: 226084d98b6a61a0026c80947eb4476cb602a914 - name: trusted-firmware-m repo-path: sdk-trusted-firmware-m path: modules/tee/tf-m/trusted-firmware-m