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 52d45ef commit 3724a95Copy full SHA for 3724a95
libraries/BLE/src/BLEDevice.cpp
@@ -5,7 +5,7 @@
5
* Author: kolban
6
*/
7
#include "soc/soc_caps.h"
8
-#if SOC_BLE_SUPPORTED
+#if SOC_BT_SUPPORTED
9
10
#include "sdkconfig.h"
11
#if defined(CONFIG_BLUEDROID_ENABLED)
@@ -651,4 +651,4 @@ void BLEDevice::setCustomGattsHandler(gatts_event_handler handler) {
651
}
652
653
#endif /* CONFIG_BLUEDROID_ENABLED */
654
-#endif /* SOC_BLE_SUPPORTED */
+#endif /* SOC_BT_SUPPORTED */
0 commit comments