Skip to content

Commit 2dacfe8

Browse files
committed
fix: sdkconfig
1 parent 3406582 commit 2dacfe8

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

pgpemu-esp32/sdkconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ CONFIG_BT_BTC_TASK_STACK_SIZE=3072
534534
CONFIG_BT_BLUEDROID_PINNED_TO_CORE=0
535535
CONFIG_BT_BTU_TASK_STACK_SIZE=4352
536536
# CONFIG_BT_BLUEDROID_MEM_DEBUG is not set
537-
CONFIG_BT_BLUEDROID_ESP_COEX_VSC=y
537+
# CONFIG_BT_BLUEDROID_ESP_COEX_VSC is not set
538538
CONFIG_BT_BLE_ENABLED=y
539539
CONFIG_BT_GATTS_ENABLE=y
540540
# CONFIG_BT_GATTS_PPCP_CHAR_GAP is not set
@@ -742,8 +742,8 @@ CONFIG_BT_SMP_MAX_BONDS=15
742742
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
743743
CONFIG_BT_MAX_DEVICE_NAME_LEN=32
744744
CONFIG_BT_BLE_RPA_TIMEOUT=900
745-
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
746-
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
745+
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
746+
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
747747
# CONFIG_BT_BLE_HIGH_DUTY_ADV_INTERVAL is not set
748748
# CONFIG_BT_ABORT_WHEN_ALLOCATION_FAILS is not set
749749
# end of Bluedroid Options

pgpemu-esp32/sdkconfig.defaults

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
CONFIG_BT_ENABLED=y
55
CONFIG_BT_GATTS_ENABLE=y
6-
CONFIG_BT_BLE_ENABLED=y # BLE only
7-
CONFIG_BT_CLASSIC_ENABLED=n # disables HFP, PBAP, A2DP, SPP
8-
CONFIG_BT_SPP_ENABLED=n # disable SPP if you don't need it
9-
CONFIG_BT_HFP_ENABLE=n
10-
CONFIG_BT_PBAP_ENABLE=n
6+
CONFIG_BT_BLUEDROID_ENABLED=y
7+
CONFIG_BT_NIMBLE_ENABLED=n
8+
CONFIG_BT_CONTROLLER_MODE_BLE_ONLY=y

0 commit comments

Comments
 (0)