mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Merge branch 'btp_uuids_dynamic_services_sq' into integration
This commit is contained in:
		| @@ -266,7 +266,6 @@ void BluetoothConnection::send_service_for_discovery_() { | |||||||
|         // Don't increment send_service_ - we'll retry this service in next batch |         // Don't increment send_service_ - we'll retry this service in next batch | ||||||
|       } else { |       } else { | ||||||
|         // This single service is too large, but we have to send it anyway |         // This single service is too large, but we have to send it anyway | ||||||
|         current_size += service_size; |  | ||||||
|         ESP_LOGV(TAG, "[%d] [%s] Service %d is too large (%d bytes) but sending anyway", this->connection_index_, |         ESP_LOGV(TAG, "[%d] [%s] Service %d is too large (%d bytes) but sending anyway", this->connection_index_, | ||||||
|                  this->address_str().c_str(), this->send_service_, service_size); |                  this->address_str().c_str(), this->send_service_, service_size); | ||||||
|         // Increment so we don't get stuck |         // Increment so we don't get stuck | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user