Home
last modified time | relevance | path

Searched refs:lc3_decoder_thread (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c169 static void lc3_decoder_thread(void *arg1, void *arg2, void *arg3);
170 K_THREAD_DEFINE(decoder_tid, LC3_ENCODER_STACK_SIZE, lc3_decoder_thread,
174 static void lc3_decoder_thread(void *arg1, void *arg2, void *arg3) in lc3_decoder_thread() function
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c3892 static struct k_thread lc3_decoder_thread; in cmd_init() local
3894 k_thread_create(&lc3_decoder_thread, lc3_decoder_thread_stack, in cmd_init()
3897 k_thread_name_set(&lc3_decoder_thread, "LC3 Decoder"); in cmd_init()