diff --git a/subsys/bluetooth/controller/hci_internal.c b/subsys/bluetooth/controller/hci_internal.c index 76987034b99..a303ea0dae5 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 759913054d0..da8fb456d09 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: pull/1526/head - name: trusted-firmware-m repo-path: sdk-trusted-firmware-m path: modules/tee/tf-m/trusted-firmware-m