X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/00fa6aa2db9caed0e2f09b7009b343a0fdae8178..f10126a95e528a04b4ec6be1d0fc30be4fbb7e98:/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c?ds=sidebyside diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c index b523b46e3..f5a9eec4a 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2010. + Copyright (C) Dean Camera, 2011. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* - Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -132,7 +132,7 @@ void Bluetooth_ChannelOpened(Bluetooth_Channel_t* const ACLChannel) } /** Bluetooth stack callback event for a non-signal ACL packet reception. This callback fires once a connection - * to a remote Bluetooth device has been made, and the remote device has sent a non-signalling ACL packet. + * to a remote Bluetooth device has been made, and the remote device has sent a non-signaling ACL packet. * * \param[in] Data Pointer to a buffer where the received data is stored * \param[in] DataLen Length of the packet data, in bytes @@ -191,3 +191,4 @@ void RFCOMM_ChannelSignalsReceived(RFCOMM_Channel_t* const RFCOMMChannel) { // Currently do nothing in response to the remote device sending new terminal control signals } +