index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
Lib
/
BluetoothStack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update file contributor copyrights for 2012.
Dean Camera
2012-02-04
1
-1
/
+1
*
Update file header copyrights for 2012.
Dean Camera
2012-02-04
1
-1
/
+1
*
Update copyright year on all source files.
Dean Camera
2011-01-01
1
-2
/
+2
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
1
-1
/
+1
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
1
-6
/
+7
*
Rename Bluetooth stack function parameters to clearly indicate what sort of B...
Dean Camera
2010-07-11
1
-41
/
+1
*
Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO...
Dean Camera
2010-06-26
1
-0
/
+5
*
Document Bluetooth files with overall file Doxygen comments. Add more initial...
Dean Camera
2010-06-04
1
-0
/
+6
*
Begin processing code for Service Discovery Protocol attributes.
Dean Camera
2010-05-17
1
-0
/
+3
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-99
/
+99
*
Added ability to search by Channel PSM to the GetChannelData() function in th...
Dean Camera
2010-04-22
1
-18
/
+27
*
Add const keyword to the demo function parameters where possible.
Dean Camera
2010-04-18
1
-1
/
+1
*
Minor documentation improvements.
Dean Camera
2010-04-15
1
-3
/
+3
*
Add some more documentation to the half-completed Bluetooth Host demo, fix th...
Dean Camera
2010-04-12
1
-2
/
+22
*
Add LUFA-side channel open/close routines, add signalling handlers for the cr...
Dean Camera
2010-04-10
1
-28
/
+0
*
Bluetooth demo can now create and maintain logical channels - need to determi...
Dean Camera
2010-04-10
1
-15
/
+22
*
Make Bluetooth signalling handler routines use the generic Bluetooth_SendPack...
Dean Camera
2010-04-06
1
-0
/
+1
*
Add bidirectional channel configuration -- remote device is not ACKing sent C...
Dean Camera
2010-04-06
1
-13
/
+12
*
Add Bluetooth signalling echo request/response handlers, disconnection reques...
Dean Camera
2010-04-05
1
-13
/
+4
*
Add user callback function to the Bluetooth host demo to filter out connectio...
Dean Camera
2010-04-05
1
-5
/
+15
*
Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...
Dean Camera
2010-03-31
1
-3
/
+5
*
Update copyright year to 2010.
Dean Camera
2009-12-30
1
-2
/
+2
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
1
-7
/
+7
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-1
/
+1
*
Added incomplete PrinterHost demo application.
Dean Camera
2009-07-11
1
-0
/
+88