Skip to content

Commit

Permalink
Merge branch 'pr_735' into 'main'
Browse files Browse the repository at this point in the history
[GH_PR] fix: do not force starting ble advertising on initialization (CON-891)

See merge request app-frameworks/esp-matter!586
  • Loading branch information
dhrishi committed Jan 2, 2024
2 parents be12e6a + a29b973 commit 2f692ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/esp_matter/esp_matter_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,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();
Expand Down

0 comments on commit 2f692ac

Please sign in to comment.