nRF Connect SDK API 3.4.99
Loading...
Searching...
No Matches

◆ audio_usb_start()

int audio_usb_start ( struct k_msgq * audio_q_out_ptr,
struct k_msgq * audio_q_in_ptr )

#include <applications/nrf_audio/src/modules/audio_usb.h>

Set pointers to the queues to be used by the USB module and start sending/receiving data.

Parameters
audio_q_out_ptrPointer to queue structure for out.
audio_q_in_ptrPointer to queue structure for in.
Returns
0 if successful, error otherwise