aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
AgeCommit message (Expand)Author
2010-06-13Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil...Dean
2010-06-03Start implementation of RFCOMM decoding layer. Add new service initialize rou...Dean
2010-06-03Add PSM value to the RFCOMM service so that the host knows what PSM to use on...Dean
2010-06-03Add start of RFCOMM service layer to the incomplete BluetoothHost demo.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-01Remove incorrect Language ID offset attribute from the SDP server - client as...Dean
2010-06-01Document inline SDP data read/write functions.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
2010-05-31Fix endianness issues in the Service Discovery Protocol service of the incomp...Dean
2010-05-25Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean
2010-05-23Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...Dean
2010-05-23SDP Service improvements; fixed UUID for SDP service, added Service Discovery...Dean
2010-05-21Add comments and partial Doxygen documentation to the incomplete Bluetooth SD...Dean
2010-05-21Oops - when adding a sequence header to the SDP response, the size value need...Dean
2010-05-21Add incomplete code to properly handle attribute responses to Service Discove...Dean
2010-05-20Service Discovery ServiceSearchAttribute requests require the response to be ...Dean
2010-05-20Short UUIDs are measured in bytes, not bits -- update Service Discovery Proto...Dean
2010-05-20More SDP code improvements - responses to ServiceSearchAttribute service disc...Dean
2010-05-18Switch over the BluetoothHost demo's Service Discovery code to pass around mo...Dean
2010-05-17Begin processing code for Service Discovery Protocol attributes.Dean
2010-05-10Refactor Service Discovery Protocol code in the incomplete Bluetooth Host dem...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-22Added ability to search by Channel PSM to the GetChannelData() function in th...Dean
2010-04-20Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean
2010-04-19Add start of a SDP service table, which will be linked to the Bluetooth SDP c...Dean
2010-04-19Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean
2010-04-15Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean
2010-04-13Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean