We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768e57f commit 673f453Copy full SHA for 673f453
cores/esp32/esp32-hal-bt.c
@@ -64,5 +64,20 @@ bool btStop(){
64
return false;
65
}
66
67
+#else
68
+bool btStarted()
69
+{
70
+ return false;
71
+}
72
+
73
+bool btStart()
74
75
76
77
78
+bool btStop()
79
80
81
82
#endif
83
cores/esp32/esp32-hal-bt.h
@@ -17,8 +17,6 @@
17
18
#include "esp32-hal.h"
19
20
-#if CONFIG_BT_ENABLED
21
-
22
#ifdef __cplusplus
23
extern "C" {
24
@@ -31,6 +29,4 @@ bool btStop();
31
29
32
30
33
34
-#endif
35
36
#endif /* _ESP32_ESP32_HAL_BT_H_ */
0 commit comments