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
/
BluetoothHCICommands.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all demos, projects and bootloaders to indent all function parameters,...
Dean Camera
2010-07-21
1
-1
/
+3
*
Correct misspellings in the Bluetooth demo code.
Dean Camera
2010-07-11
1
-1
/
+1
*
Document Bluetooth files with overall file Doxygen comments. Add more initial...
Dean Camera
2010-06-04
1
-0
/
+9
*
Minor documentation cleanups.
Dean Camera
2010-06-03
1
-4
/
+4
*
Fix endianness issues in the Service Discovery Protocol service of the incomp...
Dean Camera
2010-05-31
1
-2
/
+0
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-396
/
+396
*
The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...
Dean Camera
2010-04-29
1
-0
/
+4
*
Added ability to search by Channel PSM to the GetChannelData() function in th...
Dean Camera
2010-04-22
1
-38
/
+84
*
Fixed HID Device Class Driver not allocating a temporary buffer when the host...
Dean Camera
2010-04-20
1
-16
/
+16
*
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 HCI debugging with verbosity control to the BluetoothHost demo.
Dean Camera
2010-04-11
1
-18
/
+99
*
Add bidirectional channel configuration -- remote device is not ACKing sent C...
Dean Camera
2010-04-06
1
-53
/
+54
*
Add Bluetooth signalling echo request/response handlers, disconnection reques...
Dean Camera
2010-04-05
1
-41
/
+5
*
Add user callback function to the Bluetooth host demo to filter out connectio...
Dean Camera
2010-04-05
1
-6
/
+9
*
More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...
Dean Camera
2010-04-01
1
-54
/
+74
*
Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...
Dean Camera
2010-03-31
1
-233
/
+104
*
Update copyright year to 2010.
Dean Camera
2009-12-30
1
-2
/
+2
*
Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the...
Dean Camera
2009-12-30
1
-13
/
+8
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
1
-7
/
+7
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
1
-5
/
+5
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-1
/
+1
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-7
/
+42
*
Added incomplete PrinterHost demo application.
Dean Camera
2009-07-11
1
-0
/
+376