Document Bluetooth files with overall file Doxygen comments. Add more initial RFCOMM layer code to receive and respond to SABM packets.

This commit is contained in:
Dean Camera 2010-06-04 06:25:12 +00:00
parent be09f64872
commit efbedcfa54
7 changed files with 133 additions and 23 deletions

View file

@ -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 (?)