Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated ↵ | Dean Camera | 2012-05-13 | 1 | -194/+0 |
| | | | | Bluetooth stack code is in the ExplorerBot project (http://www.fourwalledcubicle.com/ExplorerBot.php). | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -0/+1 |
| | | | | tool made by Laszlo Monda | ||||
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | due to its wide use in technical standards. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Correct misspellings in the Bluetooth demo code. | Dean Camera | 2010-07-11 | 1 | -1/+1 |
| | |||||
* | Oops - ACL layer Bluetooth_SendPacket() function should check and allow NULL ↵ | Dean Camera | 2010-07-11 | 1 | -8/+19 |
| | | | | | | channels, since that indicates a control channel request. Fix up Doxgen documentation for the Bluetooth stack code. | ||||
* | Rename Bluetooth stack function parameters to clearly indicate what sort of ↵ | Dean Camera | 2010-07-11 | 1 | -20/+20 |
| | | | | | | | | 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. | ||||
* | Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM ↵ | Dean Camera | 2010-07-08 | 1 | -6/+19 |
| | | | | channels are opened in the BluetoothHost demo. Make the demo echo back sent characters to the remote device. | ||||
* | Add a new RFCOMM service callback for when new data has been received on a ↵ | Dean Camera | 2010-07-08 | 1 | -0/+13 |
| | | | | valid RFCOMM channel. | ||||
* | Move out Bluetooth stack callback functions to a seperate ↵ | Dean Camera | 2010-07-08 | 1 | -0/+156 |
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. |