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.
This commit is contained in:
Dean Camera 2010-04-13 11:19:04 +00:00
parent 882ef0c983
commit e55f338663
12 changed files with 361 additions and 127 deletions

View file

@ -155,7 +155,7 @@
* Board directory should be included instead.
*
* \dir LUFA/Drivers/Board/JMDBU2
* \briefJM-DB-U2 board hardware driver files.
* \brief JM-DB-U2 board hardware driver files.
*
* This folder contains drivers for hardware on the JM-DB-U2 boards (http://u2.mattair.net/). The header files in this folder
* should not be included directly in user applications; the similarly named dispatch header files located in the parent Board