mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Merge branch 'btp_uuids_dynamic_services_sq' into integration
This commit is contained in:
		| @@ -294,9 +294,9 @@ void BluetoothConnection::send_service_for_discovery_() { | ||||
|     current_size += service_size; | ||||
|  | ||||
|     // Log the difference between estimate and actual 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_, | ||||
|              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, | ||||
|              (int) service_size - (int) estimated_size); | ||||
|  | ||||
|     // Successfully added this service, increment counter | ||||
|     this->send_service_++; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user