We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2880a4 commit 460b892Copy full SHA for 460b892
cores/esp32/esp32-hal-bt.c
@@ -15,7 +15,7 @@
15
#include "esp32-hal-bt.h"
16
17
#if SOC_BT_SUPPORTED
18
-#ifdef CONFIG_BT_BLUEDROID_ENABLED
+#if defined(CONFIG_BT_BLUEDROID_ENABLED) && __has_include("esp_bt.h")
19
20
#if CONFIG_IDF_TARGET_ESP32
21
bool btInUse() {
0 commit comments