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,12 @@
|
|||
this software.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
*
|
||||
* Main module for the Bluetooth stack. This module contains the overall Bluetooth
|
||||
* stack state variables and the main Bluetooth stack management functions.
|
||||
*/
|
||||
|
||||
#include "BluetoothStack.h"
|
||||
|
||||
/** Bluetooth device connection information structure. Once connected to a remote device, this structure tracks the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue