-
- Downloads
Document the Bluetooth ACL layer. Remove unneeded parameters from the...
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.
Showing
- Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c 19 additions, 12 deletionsDemos/Host/Incomplete/BluetoothHost/BluetoothHost.c
- Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h 1 addition, 0 deletionsDemos/Host/Incomplete/BluetoothHost/BluetoothHost.h
- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c 188 additions, 60 deletions...s/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h 13 additions, 27 deletions...s/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h 3 additions, 1 deletion.../Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h 25 additions, 25 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
- Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c 41 additions, 0 deletions...t/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c
- Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h 68 additions, 0 deletions...t/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
- Demos/Host/Incomplete/BluetoothHost/makefile 1 addition, 0 deletionsDemos/Host/Incomplete/BluetoothHost/makefile
- LUFA.pnproj 1 addition, 1 deletionLUFA.pnproj
- LUFA/ManPages/DirectorySummaries.txt 1 addition, 1 deletionLUFA/ManPages/DirectorySummaries.txt
- Projects/LEDNotifier/LEDNotifier.c 1 addition, 1 deletionProjects/LEDNotifier/LEDNotifier.c
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment