Skip to content

Commit f3b6bf7

Browse files
committed
Merge branch 'rm_ble_header' into 'main'
esp-matter: Remove unused ble header in esp_matter_core.cpp See merge request app-frameworks/esp-matter!750
2 parents 19512d2 + d36855e commit f3b6bf7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

components/esp_matter/esp_matter_core.cpp

-10
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616
#include <esp_matter.h>
1717
#include <esp_matter_core.h>
1818
#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 */
2919

3020
#include <app/clusters/network-commissioning/network-commissioning.h>
3121
#include <app/clusters/general-diagnostics-server/general-diagnostics-server.h>

0 commit comments

Comments
 (0)