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-07-31 11:25:33 -10:00
committed by GitHub
parent 7205b1edf0
commit 0f19e23486

View File

@@ -297,7 +297,6 @@ void BluetoothConnection::send_service_for_discovery_() {
int size_diff = (int) service_size - (int) estimated_size; int size_diff = (int) service_size - (int) estimated_size;
ESP_LOGV(TAG, "[%d] [%s] Service %d actual: %d, estimated: %d, diff: %+d", this->connection_index_, ESP_LOGV(TAG, "[%d] [%s] Service %d actual: %d, estimated: %d, diff: %+d", this->connection_index_,
this->address_str().c_str(), this->send_service_, service_size, estimated_size, size_diff); this->address_str().c_str(), this->send_service_, service_size, estimated_size, size_diff);
ESP_LOGV(TAG, "[%d] [%s] Total size now: %d", this->connection_index_, this->address_str().c_str(), current_size);
// Successfully added this service, increment counter // Successfully added this service, increment counter
this->send_service_++; this->send_service_++;