From: Dean Camera Date: Thu, 20 May 2010 14:35:52 +0000 (+0000) Subject: Service Discovery ServiceSearchAttribute requests require the response to be grouped... X-Git-Tag: LUFA-110528-BETA~457 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/83b5c916c672206dd11419aaf4cc167ef9e48c10?hp=83b5c916c672206dd11419aaf4cc167ef9e48c10 Service Discovery ServiceSearchAttribute requests require the response to be grouped by UUID, so the response can't be generated as the attributes are read in. Buffer both UUIDs and Attributes instead and generate the response afterwards. ---