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