| Age | Commit message (Collapse) | Author |
|
Bluetooth stack code is in the ExplorerBot project (http://www.fourwalledcubicle.com/ExplorerBot.php).
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2207 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1646 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
tool made by Laszlo Monda
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1400 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1366 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
channels are opened in the BluetoothHost demo. Make the demo echo back sent characters to the remote device.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1363 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
valid RFCOMM channel.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1362 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
on compiled code space and to prevent copy-paste errors.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1357 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1356 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
RFCOMM channels are considered invalid when the channel state is closed, not when the DLCI is zero - fix incorrect code.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1355 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1349 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
element, as the Bluetooth adaptions to RFCOMM only allow UIH frames to be used.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1348 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1340 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
incomplete BluetoothHost demo.
Add missing BT_* prefix to the Bluetooth stack's channel state enum values.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1338 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
set of files for clarity.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1334 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1333 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1332 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
pointer calculations to the master RFCOMM frame reception routine, instead of inside each frame type handler function.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1322 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
control channel command processing.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1321 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
input parameters, change addressing to use the raw DLCI address plus flags.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1320 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1319 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
ensure uniform line endings.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1316 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
initial RFCOMM layer code to receive and respond to SABM packets.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1315 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1312 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
routines for each Bluetooth service - currently unused, but will eventually reset the service state of RFCOMM when a new connection is made.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1311 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Reduce the size of the attribute search list from 15 ranges to 8 to save RAM.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1307 d5102386-fcda-11dd-9fdb-3debd5008f28
|