From: Dean Camera Date: Wed, 2 Jun 2010 07:05:34 +0000 (+0000) Subject: The SDP UUID lists should be searched and ALL UUIDs matched for a record to be retrie... X-Git-Tag: LUFA-110528-BETA~423 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/c362709a1e2b0252cffbf1633f7cce41fea4d769?hp=c362709a1e2b0252cffbf1633f7cce41fea4d769 The SDP UUID lists should be searched and ALL UUIDs matched for a record to be retrieved, not partial matches. Change the SDP code so that the entire list must be matched against a service attribute table's contents before it is returned. Change matching algorithm so that it recursively searches through the entire attribute table, and not just pre-specified sequence attributes. Add browse lists and proper descriptions to the Serial Port service. ---