Document the Bluetooth ACL layer. Remove unneeded parameters from the signalling...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 13 Apr 2010 11:19:04 +0000 (11:19 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 13 Apr 2010 11:19:04 +0000 (11:19 +0000)
commite55f33866334615e705ff68c0f3bea8e5b1b9b8b
tree35ee822c10f6453d4c162190e2a2488a9cc253e2
parent882ef0c983836f9a188ec1f4c86192c1af1c1344
Document the Bluetooth ACL layer. Remove unneeded parameters from the signalling command processing routines.

Change over the code so that the bluetooth packet data is read in by the stack rather than the user application, to make it more unform for sending/receiving, and so the library can handle incomming fragmentation in the future.

Start Service Discovery Protocol decoding and processing.
12 files changed:
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/makefile
LUFA.pnproj
LUFA/ManPages/DirectorySummaries.txt
Projects/LEDNotifier/LEDNotifier.c