We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a6601 commit 8d38c08Copy full SHA for 8d38c08
subsys/bluetooth/controller/hci_internal.c
@@ -695,6 +695,7 @@ void hci_internal_le_supported_features(
695
features->params.extended_reject_indication = 1;
696
features->params.slave_initiated_features_exchange = 1;
697
features->params.le_ping = 1;
698
+ features->params.le_Power_class_1 = 1;
699
700
#ifdef CONFIG_BT_CTLR_DATA_LENGTH
701
features->params.le_data_packet_length_extension = 1;
0 commit comments