Skip to content

Commit

Permalink
bluetooth: Add support for LE Power Class 1 Feature
Browse files Browse the repository at this point in the history
Enables the local support bit for the LE Power Class
1 Feature

Signed-off-by: Burak Gorduk <[email protected]>
  • Loading branch information
bugo-nordic committed Oct 22, 2024
1 parent 1fae141 commit 124ea24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions subsys/bluetooth/controller/hci_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 124ea24

Please sign in to comment.