From a29b97357107c124c09f80e6793ca34f3315f704 Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Wed, 15 Nov 2023 14:57:08 +0900 Subject: [PATCH] fix: do not force starting ble advertising on initialization --- components/esp_matter/esp_matter_core.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/esp_matter/esp_matter_core.cpp b/components/esp_matter/esp_matter_core.cpp index d88536f27..d0d991451 100644 --- a/components/esp_matter/esp_matter_core.cpp +++ b/components/esp_matter/esp_matter_core.cpp @@ -968,7 +968,6 @@ static esp_err_t chip_init(event_callback_t callback, intptr_t callback_arg) } setup_providers(); - ConnectivityMgr().SetBLEAdvertisingEnabled(true); // ConnectivityMgr().SetWiFiAPMode(ConnectivityManager::kWiFiAPMode_Enabled); if (PlatformMgr().StartEventLoopTask() != CHIP_NO_ERROR) { chip::Platform::MemoryShutdown();