aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c
Commit message (Expand)AuthorAgeFilesLines
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-0/+1
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Correct misspellings in the Bluetooth demo code.Dean Camera2010-07-111-1/+1
* Oops - ACL layer Bluetooth_SendPacket() function should check and allow NULL ...Dean Camera2010-07-111-8/+19
* Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean Camera2010-07-111-20/+20
* Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean Camera2010-07-081-6/+19
* Add a new RFCOMM service callback for when new data has been received on a va...Dean Camera2010-07-081-0/+13
* Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....Dean Camera2010-07-081-0/+156