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