aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
Commit message (Expand)AuthorAgeFilesLines
* Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil...Dean Camera2010-06-131-239/+0
* Start implementation of RFCOMM decoding layer. Add new service initialize rou...Dean Camera2010-06-031-0/+2
* Add PSM value to the RFCOMM service so that the host knows what PSM to use on...Dean Camera2010-06-031-3/+3
* Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean Camera2010-06-031-0/+6
* Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean Camera2010-06-021-1/+1
* The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean Camera2010-06-021-2/+10
* Remove incorrect Language ID offset attribute from the SDP server - client as...Dean Camera2010-06-011-9/+7
* Document inline SDP data read/write functions.Dean Camera2010-06-011-25/+58
* Fix the encoding of UUIDs in the SDP server so that they match the Bluetooth ...Dean Camera2010-06-011-0/+43
* Move SDP service tables out into a new set of files, to make the SDP service ...Dean Camera2010-06-011-66/+6
* Fix endianness issues in the Service Discovery Protocol service of the incomp...Dean Camera2010-05-311-7/+27
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-251-5/+0
* Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...Dean Camera2010-05-231-3/+10
* SDP Service improvements; fixed UUID for SDP service, added Service Discovery...Dean Camera2010-05-231-24/+53
* Add comments and partial Doxygen documentation to the incomplete Bluetooth SD...Dean Camera2010-05-211-30/+36
* Oops - when adding a sequence header to the SDP response, the size value need...Dean Camera2010-05-211-3/+2
* Add incomplete code to properly handle attribute responses to Service Discove...Dean Camera2010-05-211-63/+11
* Service Discovery ServiceSearchAttribute requests require the response to be ...Dean Camera2010-05-201-5/+3
* Short UUIDs are measured in bytes, not bits -- update Service Discovery Proto...Dean Camera2010-05-201-1/+4
* More SDP code improvements - responses to ServiceSearchAttribute service disc...Dean Camera2010-05-201-18/+67
* Switch over the BluetoothHost demo's Service Discovery code to pass around mo...Dean Camera2010-05-181-7/+8
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-171-7/+12
* Refactor Service Discovery Protocol code in the incomplete Bluetooth Host dem...Dean Camera2010-05-101-5/+6
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-148/+148
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-221-1/+2
* Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean Camera2010-04-201-1/+1
* Add start of a SDP service table, which will be linked to the Bluetooth SDP c...Dean Camera2010-04-191-0/+64
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-191-3/+5
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-151-1/+14
* Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean Camera2010-04-131-0/+68