| 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
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2017 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
|
|
on the configuration order instead to ensure maximum reliability.
Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly.
Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices.
Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1502 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
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1369 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
|
|
BluetoothEvents.c/.h set of files for clarity in the Incomplete BluetoothHost demo. Add a new stack callback for opened ACL channels, make the demo save the RFCOMM channel when opened so that it does not have to search for it on each iteration of the main program loop.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1361 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
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1312 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
|
|
code cleaner.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1295 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
correctly converted to the target system's native end of line style.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
the BluetoothHost demo.
Added new HCI states to properly initialize the bluetooth dongle and retrieve the local BDADDR.
Factored out Bluetooth state information into a new state structure for easy reference in the user application.
Added new StackInitialized() Bluetooth stack callback function.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1216 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1212 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1211 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1205 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
the OpenChannel() command initialising the channel information structure to the wrong initial state once the CONNECTION REQUEST command has been sent to the remote device.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1204 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
command only, the source/destination roles are switched. Reverse the Local/Remote channel ordering so that Windows mobile and other stacks which depend on valid channel values to connect.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1203 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Add Link Key Request event processing so that paired devices always re-authenticate until appropriate link key store/retrieve callbacks are implemented.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1202 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
creation and configuration of channels from the local device to the remote device, to add to the existing remote to local channel capabilities.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1200 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
determine why Windows machines refuse to connect.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1199 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Bluetooth_SendPacket() routine for their responses. Use a better method of controlling the debug output verbosity.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1198 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Configuration Requests, needs further debugging. Implement Bluetooth spec's channel states.
Use abbreviations for the structure and function names where possible to try to cut down on the code verbosity.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1197 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Bluetooth Host demo.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1196 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
request/response handlers.
Add Bluetooth connection request/complete/disconnection callbacks.
Remove debugging from HCI layer, as it is now operational -- add guards to ACL debug statements to reduce logging chattyness so that the overall command sequences can be observed and debugged.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1194 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
connections from remote devices. Add in ability to reject connections based on their bluetooth device address.
Clean up RelayBoard project code.
Make AVRISP project clear the XMEGA target's reset register twice; this does not appear to take affect properly the first time under some circumstances.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1193 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Event processing.
Remove unused macro in the host mode demos for the maximum Configuration Descriptor size.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1192 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
code much easier to read, block less and work correctly.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1191 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1032 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1019 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@640 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Seperated out Lib components of the incomplete BluetoothHost demo application out into a seperate Lib subfolder.
Changed F_CLOCK entries in project makefiles to alias to F_CPU by default, as this is the most common case.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@639 d5102386-fcda-11dd-9fdb-3debd5008f28
|