aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-06-04 06:25:12 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-06-04 06:25:12 +0000
commitefbedcfa54c8f014fe983f52fd54111bcae77c07 (patch)
treec42ec3b22feea80cc046f2bff70b18b2ce4c49ab /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
parentbe09f64872ef3988b00712269ab346c6b17929b3 (diff)
downloadlufa-efbedcfa54c8f014fe983f52fd54111bcae77c07.tar.gz
lufa-efbedcfa54c8f014fe983f52fd54111bcae77c07.tar.bz2
lufa-efbedcfa54c8f014fe983f52fd54111bcae77c07.zip
Document Bluetooth files with overall file Doxygen comments. Add more initial RFCOMM layer code to receive and respond to SABM packets.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
index 57b74e089..d71875212 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
@@ -28,6 +28,15 @@
this software.
*/
+/** \file
+ *
+ * Bluetooth HCI layer management code. This module manages the overall
+ * Bluetooth stack connection state to and from other devices, processes
+ * received events from the Bluetooth controller, and issues commands to
+ * modify the controller's configuration, such as the broadcast name of the
+ * device.
+ */
+
/*
TODO: Add local to remote device connections
*/