Page 1 of 1

esp32s3不支持经典蓝牙吗?

Posted: Tue Sep 06, 2022 6:23 pm
by tommy.guo
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"

Re: esp32s3不支持经典蓝牙吗?

Posted: Thu Dec 29, 2022 2:06 pm
by tommy.guo
是的,只有esp32支持经典蓝牙