1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-27 15:42:22 +01:00

Update esphome/components/bluetooth_proxy/bluetooth_connection.cpp

This commit is contained in:
J. Nick Koston
2025-08-01 10:22:03 -10:00
committed by GitHub
parent a41adad41a
commit 1ce52f2b0f

View File

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