Add const keyword to the demo function parameters where possible.
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothHCICommands.h
index de1ffe6..71b87dd 100644 (file)
                void Bluetooth_HCITask(void);\r
                        \r
                #if defined(INCLUDE_FROM_BLUETOOTHHCICOMMANDS_C)\r
-                       static uint8_t Bluetooth_SendHCICommand(BT_HCICommand_Header_t* HCICommandHeader, void* Parameters,\r
-                                                               uint16_t ParameterLength);\r
+                       static uint8_t Bluetooth_SendHCICommand(const BT_HCICommand_Header_t* const HCICommandHeader, const void* Parameters,\r
+                                                               const uint16_t ParameterLength);\r
                #endif\r
                \r
 #endif\r