|
|
@@ -59,6 +59,13 @@ config SMP_ENABLE
|
|
|
help
|
|
|
This option can be close when the app not used the ble security connect.
|
|
|
|
|
|
+config BT_STACK_NO_LOG
|
|
|
+ bool "Close the bluedroid bt stack log print"
|
|
|
+ depends on BLUEDROID_ENABLED
|
|
|
+ default n
|
|
|
+ help
|
|
|
+ This select can save the rodata code size
|
|
|
+
|
|
|
choice BT_ACL_CONNECTIONS
|
|
|
prompt "BT/BLE MAX ACL CONNECTIONS"
|
|
|
depends on BLUEDROID_ENABLED
|
|
|
@@ -92,13 +99,6 @@ config BT_ACL_CONNECTIONS
|
|
|
default 6 if BT_ACL_CONNECTION_6
|
|
|
default 7 if BT_ACL_CONNECTION_7
|
|
|
|
|
|
-config BT_STACK_NO_LOG
|
|
|
- bool "Close the bluedroid bt stack log print"
|
|
|
- depends on BLUEDROID_ENABLED
|
|
|
- default n
|
|
|
- help
|
|
|
- This select can save the rowdata code size
|
|
|
-
|
|
|
#disable now for app cpu due to a known issue
|
|
|
config BTDM_CONTROLLER_RUN_APP_CPU
|
|
|
bool "Run controller on APP CPU"
|