1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Merge remote-tracking branch 'origin/bluetooth_connection_churn' into bluetooth_connection_churn

This commit is contained in:
J. Nick Koston
2025-08-01 10:29:36 -10:00
5 changed files with 11 additions and 7 deletions

View File

@@ -124,7 +124,6 @@ void BluetoothConnection::reset_connection_(esp_err_t reason) {
// (aioesphomeapi) implements a 30-second timeout (DEFAULT_BLE_TIMEOUT)
// to detect incomplete service discovery rather than relying on us to
// tell them about a partial list.
this->set_address(0);
this->send_service_ = DONE_SENDING_SERVICES;
this->proxy_->send_connections_free();