esp32s3不支持经典蓝牙吗?
Posted: Tue Sep 06, 2022 6:23 pm
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 option needs \"SMP_ENABLE\" to be set to yes",
"id": "BT_CLASSIC_ENABLED",
"name": "BT_CLASSIC_ENABLED",
"range": null,
"title": "Classic Bluetooth",
"type": "bool"