* \return A value from the \ref USB_Host_SendControlErrorCodes_t enum.\r
*/\r
uint8_t Audio_Host_StartStopStreaming(USB_ClassInfo_Audio_Host_t* const AudioInterfaceInfo,\r
- bool EnableStreaming);\r
+ const bool EnableStreaming);\r
\r
/** Gets or sets the specified property of a streaming audio class endpoint that is bound to a pipe in the given\r
* class instance.\r
const uint8_t DataPipeIndex,\r
const uint8_t EndpointProperty,\r
const uint8_t EndpointControl,\r
- uint16_t const DataLength,\r
+ const uint16_t DataLength,\r
void* const Data);\r
\r
/* Inline Functions: */\r