Skip to content

Commit 8d38c08

Browse files
sean-madigancarlescufi
authored andcommitted
bluetooth: Add support for LE Power Class 1 Feature
Enables the local support bit for the LE Power Class 1 Feature. Signed-off-by: Sean Madigan <[email protected]>
1 parent 51a6601 commit 8d38c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/controller/hci_internal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ void hci_internal_le_supported_features(
695695
features->params.extended_reject_indication = 1;
696696
features->params.slave_initiated_features_exchange = 1;
697697
features->params.le_ping = 1;
698+
features->params.le_Power_class_1 = 1;
698699

699700
#ifdef CONFIG_BT_CTLR_DATA_LENGTH
700701
features->params.le_data_packet_length_extension = 1;

0 commit comments

Comments
 (0)