We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19512d2 + d36855e commit f3b6bf7Copy full SHA for f3b6bf7
components/esp_matter/esp_matter_core.cpp
@@ -16,16 +16,6 @@
16
#include <esp_matter.h>
17
#include <esp_matter_core.h>
18
#include <nvs.h>
19
-#if CONFIG_BT_ENABLED
20
-#include <esp_bt.h>
21
-#if CONFIG_BT_NIMBLE_ENABLED
22
-#if ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 0, 0)
23
-#include <esp_nimble_hci.h>
24
-#endif
25
-#include <host/ble_hs.h>
26
-#include <nimble/nimble_port.h>
27
-#endif /* CONFIG_BT_NIMBLE_ENABLED */
28
-#endif /* CONFIG_BT_ENABLED */
29
30
#include <app/clusters/network-commissioning/network-commissioning.h>
31
#include <app/clusters/general-diagnostics-server/general-diagnostics-server.h>
0 commit comments