mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
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
This commit is contained in:
@@ -16,16 +16,6 @@
|
||||
#include <esp_matter.h>
|
||||
#include <esp_matter_core.h>
|
||||
#include <nvs.h>
|
||||
#if CONFIG_BT_ENABLED
|
||||
#include <esp_bt.h>
|
||||
#if CONFIG_BT_NIMBLE_ENABLED
|
||||
#if ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 0, 0)
|
||||
#include <esp_nimble_hci.h>
|
||||
#endif
|
||||
#include <host/ble_hs.h>
|
||||
#include <nimble/nimble_port.h>
|
||||
#endif /* CONFIG_BT_NIMBLE_ENABLED */
|
||||
#endif /* CONFIG_BT_ENABLED */
|
||||
|
||||
#include <app/clusters/network-commissioning/network-commissioning.h>
|
||||
#include <app/clusters/general-diagnostics-server/general-diagnostics-server.h>
|
||||
|
||||
Reference in New Issue
Block a user