Home
last modified time | relevance | path

Searched refs:tx_thread_func (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_tx.c33 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() function
138 tx_thread_func, NULL, NULL, NULL, tx_thread_prio, 0, K_NO_WAIT); in cap_initiator_tx_init()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_tx.c57 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() function
172 tx_thread_func, NULL, NULL, NULL, tx_thread_prio, 0, K_NO_WAIT); in stream_tx_init()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_stream_tx.c72 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() function
179 tx_thread_func, NULL, NULL, NULL, tx_thread_prio, 0, K_NO_WAIT); in bap_stream_tx_init()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_audio_stream.c78 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() function
190 tx_thread_func, NULL, NULL, NULL, tx_thread_prio, 0, K_NO_WAIT); in btp_bap_audio_stream_tx_init()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c353 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() function
452 K_KERNEL_STACK_SIZEOF(tx_thread_stack), tx_thread_func, in init_cap_acceptor_unicast()