kconfig里面经典蓝牙依赖IDF_TARGET_ESP32,只有esp32支持经典蓝牙吗?
Code:
Select all
"depends_on": "BT_BLUEDROID_ENABLED && IDF_TARGET_ESP32 && BT_BLUEDROID_ENABLED && SOC_BLUEDROID_SUPPORTED",
"help": "For now this op
tion needs "SMP_ENABLE" to be set to yes",
"id": "BT_CLASSIC_ENABLED",
"name": "BT_CLASSIC_ENABLED",
"range": null,
"title": "Classic Bluetooth",
"type": "bool"