diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-06-02 07:05:34 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-06-02 07:05:34 +0000 |
| commit | 87a00aa2f2a150e08a3f658860b22536e6d43f59 (patch) | |
| tree | cbe6188d1b4e00c42045d2318964cceebedee91a /LUFA/Common | |
| parent | 7da35daf96708e484a6553245e98a08a6178b28e (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1303 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common')
| -rw-r--r-- | LUFA/Common/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 76307d7e..14473cdd 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -111,7 +111,7 @@ "Assertion \"%s\" failed.\r\n"), \ __FILE__, __func__, __LINE__, #x); } \ }MACROE - + /* Inline Functions: */ /** Function to reverse the individual bits in a byte - i.e. bit 7 is moved to bit 0, bit 6 to bit 1, * etc. |
