- Jun 23, 2010
-
-
Dean Camera authored
Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to copy over data from the command parameters to the RFCOMM response parameters. Ensure that only the valid parameter bytes are sent back in response to MSC commands.
-
Dean Camera authored
Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element, as the Bluetooth adaptions to RFCOMM only allow UIH frames to be used.
-
- Jun 15, 2010
-
-
Dean Camera authored
Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is multi-purpose, and modify it to move the buffer pointer itself rather than relying on the caller. Make RFCOMM_GetChannelData() return NULL if the required channel DLCI is found, but the channel is closed. Add modem signals (BREAK, DCD, etc.) to the channel state array, and add in a handler for the Modem Status RFCOMM control command.
-
Dean Camera authored
Add missing BT_* prefix to the Bluetooth stack's channel state enum values.
-
- Jun 13, 2010
-
-
Dean Camera authored
Split out the RFCOMM Control Channel command processing code into a seperate set of files for clarity.
-
Dean Camera authored
Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h.
-
Dean Camera authored
-
- Jun 07, 2010
-
-
Dean Camera authored
Add stub RFCOMM command handlers. Move out RFCOMM frame length and data pointer calculations to the master RFCOMM frame reception routine, instead of inside each frame type handler function.
-
Dean Camera authored
More RFCOMM layer implementation - fix FCS calculation, add in start of control channel command processing.
-
Dean Camera authored
Make the RFCOMM_SendFrame() function correctly generate frames from the input parameters, change addressing to use the raw DLCI address plus flags.
-
- Jun 06, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Add the svn:eol-style property onto new files which where missing it to ensure uniform line endings.
-
- Jun 04, 2010
-
-
Dean Camera authored
Document Bluetooth files with overall file Doxygen comments. Add more initial RFCOMM layer code to receive and respond to SABM packets.
-
- Jun 03, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Start implementation of RFCOMM decoding layer. Add new service initialize routines for each Bluetooth service - currently unused, but will eventually reset the service state of RFCOMM when a new connection is made.
-
Dean Camera authored
Reduce the size of the attribute search list from 15 ranges to 8 to save RAM.
-
- May 08, 2010
-
-
Dean Camera authored
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
-
- Apr 28, 2010
-
-
Dean Camera authored
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
-
- Dec 30, 2009
-
-
Dean Camera authored
-
- Dec 28, 2009
-
-
Dean Camera authored
-
- Jun 05, 2009
-
-
Dean Camera authored
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
-
- May 22, 2009
-
-
Dean Camera authored
Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure.
-
- Apr 17, 2009
-
-
Dean Camera authored
Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of the library's naming scheme for files.
-
- Apr 16, 2009
-
-
Dean Camera authored
-
- Mar 20, 2009
-
-
Dean Camera authored
Seperated out OTG, Device and Host mode demos into seperate folders for clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.
-
- Feb 23, 2009
-
-
Dean Camera authored
-
Dean Camera authored
-