| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Bluetooth stack code is in the ExplorerBot project (http://www.fourwalledcubicle.com/ExplorerBot.php).
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.
Altered the serial byte receive function to make it non-blocking.
|
| | |
|
| |
|
|
| |
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
| |
|
|
| |
tool made by Laszlo Monda
|
| |
|
|
|
|
| |
parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
|
| | |
|
| |
|
|
|
|
|
|
| |
Bluetooth channel (ACL, RFCOMM) is required for each parameter, to make the code easier to read.
Add a new RFCOMM_ChannelSignalsReceived() Bluetooth stack callback from the RFCOMM layer for when the remote device sends new terminal control signals.
Fix RFCOMM_SendData() not aborting correctly when the requested RFCOMM channel is not found.
|
| |
|
|
|
|
|
|
|
|
| |
channels. Add in RFCOMM channel config flags, to determine which configuration commands have been sent and received.
Add a new RFCOMM_SendChannelSignals() function to transmit a change in V24 terminal handshake lines to the receiving device.
Prevent SABM packets sent to the control DLCI in the RFCOMM layer from creating a new channel entry, as the control DLCI does not have connection data associated with it.
Fix up MSC control packet handling so that received responses can be acknowledged correctly, so that the RFCOMM layer can record when the receiving device has ACKed a sent change in V24 terminal handshake lines.
|
| |
|
|
| |
element, as the Bluetooth adaptions to RFCOMM only allow UIH frames to be used.
|
| |
|
|
| |
algorithm to reduce the compiled code size and stack used.
|
| |
|
|
|
|
| |
flash memory space.
Added new SWAPENDIAN_16() and SWAPENDIAN_32() macros to Common.h for statically initialized variables at compile time.
|
|
|
files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h.
|