Searched refs:lc3_decoder_thread (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 150 static void lc3_decoder_thread(void *arg1, void *arg2, void *arg3); 151 K_THREAD_DEFINE(decoder_tid, LC3_ENCODER_STACK_SIZE, lc3_decoder_thread, 155 static void lc3_decoder_thread(void *arg1, void *arg2, void *arg3) in lc3_decoder_thread() function
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | bap.c | 3732 static struct k_thread lc3_decoder_thread; in cmd_init() local 3734 k_thread_create(&lc3_decoder_thread, lc3_decoder_thread_stack, in cmd_init() 3737 k_thread_name_set(&lc3_decoder_thread, "LC3 Decoder"); in cmd_init()
|