From efbedcfa54c8f014fe983f52fd54111bcae77c07 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 4 Jun 2010 06:25:12 +0000 Subject: Document Bluetooth files with overall file Doxygen comments. Add more initial RFCOMM layer code to receive and respond to SABM packets. --- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c') 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 */ -- cgit v1.2.3