aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil...Dean Camera2010-06-131-707/+0
* Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean Camera2010-06-071-0/+4
* Document Bluetooth files with overall file Doxygen comments. Add more initial...Dean Camera2010-06-041-0/+9
* Start implementation of RFCOMM decoding layer. Add new service initialize rou...Dean Camera2010-06-031-0/+6
* Add PSM value to the RFCOMM service so that the host knows what PSM to use on...Dean Camera2010-06-031-10/+1
* Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean Camera2010-06-031-6/+5
* Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean Camera2010-06-021-9/+28
* The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean Camera2010-06-021-66/+104
* Add L2CAP service attribute table. Fix up ProtocolDescriptorList attributes, ...Dean Camera2010-06-021-8/+3
* Remove incorrect Language ID offset attribute from the SDP server - client as...Dean Camera2010-06-011-2/+2
* Service Attribute SDP requests should have only one Data Element Sequence con...Dean Camera2010-06-011-23/+17
* Document inline SDP data read/write functions.Dean Camera2010-06-011-8/+9
* Much faster attribute range lookup - look through short list of attributes an...Dean Camera2010-06-011-29/+30
* Fix the encoding of UUIDs in the SDP server so that they match the Bluetooth ...Dean Camera2010-06-011-100/+97
* Move SDP service tables out into a new set of files, to make the SDP service ...Dean Camera2010-06-011-145/+2
* Add Service Attribute request processing to the SDP server code.Dean Camera2010-06-011-1/+100
* Fix endianness issues in the Service Discovery Protocol service of the incomp...Dean Camera2010-05-311-38/+146
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-291-13/+96
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-251-39/+11
* Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...Dean Camera2010-05-231-53/+63
* SDP Service improvements; fixed UUID for SDP service, added Service Discovery...Dean Camera2010-05-231-34/+89
* Add comments and partial Doxygen documentation to the incomplete Bluetooth SD...Dean Camera2010-05-211-41/+141
* Oops - when adding a sequence header to the SDP response, the size value need...Dean Camera2010-05-211-0/+3
* Add incomplete code to properly handle attribute responses to Service Discove...Dean Camera2010-05-211-30/+96
* Service Discovery ServiceSearchAttribute requests require the response to be ...Dean Camera2010-05-201-41/+73
* Short UUIDs are measured in bytes, not bits -- update Service Discovery Proto...Dean Camera2010-05-201-2/+9
* More SDP code improvements - responses to ServiceSearchAttribute service disc...Dean Camera2010-05-201-17/+28
* Switch over the BluetoothHost demo's Service Discovery code to pass around mo...Dean Camera2010-05-181-12/+12
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-171-34/+72
* Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...Dean Camera2010-05-111-3/+2
* Refactor Service Discovery Protocol code in the incomplete Bluetooth Host dem...Dean Camera2010-05-101-48/+66
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-195/+195
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-221-2/+2
* Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean Camera2010-04-201-4/+4
* Add start of a SDP service table, which will be linked to the Bluetooth SDP c...Dean Camera2010-04-191-9/+42
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-191-24/+61
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-1/+1
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-151-2/+86
* Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean Camera2010-04-131-0/+41