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
/
BluetoothACLPackets.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RFCOMM channel configuration parsing and channel states to the incomplete...
Dean Camera
2010-06-15
1
-25
/
+25
*
Document Bluetooth files with overall file Doxygen comments. Add more initial...
Dean Camera
2010-06-04
1
-0
/
+7
*
Minor documentation cleanups.
Dean Camera
2010-06-03
1
-2
/
+2
*
Delay needed in bluetooth code due to the send function not waiting for the p...
Dean Camera
2010-06-03
1
-4
/
+3
*
Extra protocol value in the RFCOMM protocol is the channel number, not the PS...
Dean Camera
2010-06-03
1
-1
/
+4
*
Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...
Dean Camera
2010-05-29
1
-1
/
+1
*
Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...
Dean Camera
2010-05-23
1
-1
/
+0
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-756
/
+756
*
Change over unix line-endings to dos line endings.
Dean Camera
2010-05-07
1
-1
/
+1
*
Added ability to search by Channel PSM to the GetChannelData() function in th...
Dean Camera
2010-04-22
1
-7
/
+14
*
Fixed HID Device Class Driver not allocating a temporary buffer when the host...
Dean Camera
2010-04-20
1
-21
/
+21
*
Make bluetooth SDP code correctly unpack the search UUIDs and parameters.
Dean Camera
2010-04-19
1
-3
/
+3
*
Add const keyword to the demo function parameters where possible.
Dean Camera
2010-04-18
1
-11
/
+11
*
Add bluetooth channel connection callback to the incomplete BluetoothHost demo.
Dean Camera
2010-04-18
1
-6
/
+17
*
Minor documentation improvements.
Dean Camera
2010-04-15
1
-14
/
+14
*
Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...
Dean Camera
2010-04-15
1
-1
/
+1
*
Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...
Dean Camera
2010-04-13
1
-60
/
+188
*
Add some more documentation to the half-completed Bluetooth Host demo, fix th...
Dean Camera
2010-04-12
1
-2
/
+2
*
Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this c...
Dean Camera
2010-04-12
1
-3
/
+15
*
Add HCI debugging with verbosity control to the BluetoothHost demo.
Dean Camera
2010-04-11
1
-2
/
+2
*
Fix up Bluetooth Demo's options processing on incoming channel configuration ...
Dean Camera
2010-04-11
1
-20
/
+21
*
Add LUFA-side channel open/close routines, add signalling handlers for the cr...
Dean Camera
2010-04-10
1
-3
/
+147
*
Bluetooth demo can now create and maintain logical channels - need to determi...
Dean Camera
2010-04-10
1
-17
/
+55
*
Make Bluetooth signalling handler routines use the generic Bluetooth_SendPack...
Dean Camera
2010-04-06
1
-262
/
+169
*
Add bidirectional channel configuration -- remote device is not ACKing sent C...
Dean Camera
2010-04-06
1
-85
/
+175
*
Add packet reception and send routines to the ACL layer of the incomplete Blu...
Dean Camera
2010-04-06
1
-10
/
+24
*
Add information request/response signal handler to the Bluetooth Host demo.
Dean Camera
2010-04-06
1
-24
/
+116
*
Add Bluetooth signalling echo request/response handlers, disconnection reques...
Dean Camera
2010-04-05
1
-14
/
+123
*
More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...
Dean Camera
2010-04-01
1
-33
/
+30
*
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
-3
/
+3
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
1
-7
/
+7
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
1
-1
/
+1
*
Fixed compilation error in incomplete BluetoothHost demo.
Dean Camera
2009-07-11
1
-1
/
+1
*
Added incomplete PrinterHost demo application.
Dean Camera
2009-07-11
1
-0
/
+206