1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-14 09:12:19 +01:00

Improve BLE Connection Reliability by Enabling Software Coexistence (#8683)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-05-08 19:18:19 -05:00
committed by GitHub
parent 8465017db9
commit 45d019a7e4
7 changed files with 35 additions and 3 deletions

View File

@@ -299,6 +299,9 @@ class ESP32BLETracker : public Component,
int discovered_{0};
int searching_{0};
int disconnecting_{0};
#ifdef USE_ESP32_BLE_SOFTWARE_COEXISTENCE
bool coex_prefer_ble_{false};
#endif
};
// NOLINTNEXTLINE