Minor documentation enhancements.
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothHCICommands.h
index 5f98e34..9476446 100644 (file)
   this software.
 */
 
+/** \file
+ *
+ *  Header file for BluetoothHCICommands.c.
+ */
+
 #ifndef _BLUETOOTH_HCICOMMANDS_H_
 #define _BLUETOOTH_HCICOMMANDS_H_
 
                void Bluetooth_HCITask(void);
                        
                #if defined(INCLUDE_FROM_BLUETOOTHHCICOMMANDS_C)
-                       static uint8_t Bluetooth_SendHCICommand(const BT_HCICommand_Header_t* const HCICommandHeader, const void* Parameters,
+                       static uint8_t Bluetooth_SendHCICommand(const BT_HCICommand_Header_t* const HCICommandHeader,
+                                                               const void* Parameters,
                                                                const uint16_t ParameterLength);
                #endif