aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
AgeCommit message (Expand)Author
2012-05-13AppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated Blu...Dean
2012-02-24Minor documentation fixes - change \note entries to \warning where appropriat...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-01-01Update copyright year on all source files.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-06-22Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean
2010-06-15Changed the RFCOMM-specific ItemProtocolChannel_t type to a more generic Item...Dean
2010-06-13Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil...Dean
2010-06-06Add the svn:eol-style property onto new files which where missing it to ensur...Dean
2010-06-03Extra protocol value in the RFCOMM protocol is the channel number, not the PS...Dean
2010-06-03Add PSM value to the RFCOMM service so that the host knows what PSM to use on...Dean
2010-06-02Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean
2010-06-02The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean
2010-06-02Add L2CAP service attribute table. Fix up ProtocolDescriptorList attributes, ...Dean
2010-06-01Clean up the Service tables, add incomplete ProtocolDescriptorList attribute ...Dean
2010-06-01Remove incorrect Language ID offset attribute from the SDP server - client as...Dean
2010-06-01Much faster attribute range lookup - look through short list of attributes an...Dean
2010-06-01Fix the encoding of UUIDs in the SDP server so that they match the Bluetooth ...Dean
2010-06-01Move SDP service tables out into a new set of files, to make the SDP service ...Dean