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:
parent
be09f64872
commit
efbedcfa54
7 changed files with 133 additions and 23 deletions
|
@ -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 (?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue