aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.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/BluetoothACLPackets.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/BluetoothACLPackets.c')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
index 03d0f2aca..df8dfc5c1 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
@@ -28,6 +28,13 @@
this software.
*/
+/** \file
+ *
+ * Bluetooth L2CAP layer management code. This module managed the creation,
+ * configuration and teardown of L2CAP channels, and manages packet reception
+ * and sending to and from other Bluetooth devices.
+ */
+
/*
TODO: Make SendPacket respect receiver's MTU
TODO: Make ReceivePacket stitch together MTU fragments (?)