1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-24 06:02:21 +01:00
This commit is contained in:
J. Nick Koston
2025-07-31 11:40:28 -10:00
parent 27861d85fe
commit c10330b890

View File

@@ -298,8 +298,6 @@ void BluetoothConnection::send_service_for_discovery_() {
} }
// Send the message with dynamically batched services // Send the message with dynamically batched services
ESP_LOGV(TAG, "[%d] [%s] Sending batch with %d services, total size %d", this->connection_index_,
this->address_str().c_str(), resp.services.size(), current_size);
api_conn->send_message(resp, api::BluetoothGATTGetServicesResponse::MESSAGE_TYPE); api_conn->send_message(resp, api::BluetoothGATTGetServicesResponse::MESSAGE_TYPE);
} }