Skip to content

Commit 6a404fd

Browse files
committed
sdkconfig: add ble config
1 parent 4437761 commit 6a404fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdkconfig.defaults

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ CONFIG_OPTIMIZATION_LEVEL_RELEASE=y
2222
# BT config
2323
#
2424
CONFIG_BT_ENABLED=y
25+
CONFIG_GATTS_ENABLE=y
26+
CONFIG_GATTC_ENABLE=n
27+
CONFIG_BLE_SMP_ENABLE=n
2528
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
2629

2730
#

0 commit comments

Comments
 (0)