Searched refs:tx_thread_func (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-4.2.1/samples/bluetooth/cap_initiator/src/ |
| D | cap_initiator_tx.c | 33 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-4.2.1/tests/bsim/bluetooth/audio/src/ |
| D | bap_stream_tx.c | 47 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() function 154 tx_thread_func, NULL, NULL, NULL, tx_thread_prio, 0, K_NO_WAIT); in bap_stream_tx_init()
|
| /Zephyr-4.2.1/samples/bluetooth/bap_unicast_server/src/ |
| D | stream_tx.c | 58 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() function 192 tx_thread_func, NULL, NULL, NULL, tx_thread_prio, 0, K_NO_WAIT); in stream_tx_init()
|
| /Zephyr-4.2.1/samples/bluetooth/bap_unicast_client/src/ |
| D | stream_tx.c | 58 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() function 192 tx_thread_func, NULL, NULL, NULL, tx_thread_prio, 0, K_NO_WAIT); in stream_tx_init()
|
| /Zephyr-4.2.1/tests/bluetooth/tester/src/audio/ |
| D | btp_bap_audio_stream.c | 77 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() function 189 tx_thread_func, NULL, NULL, NULL, tx_thread_prio, 0, K_NO_WAIT); in btp_bap_audio_stream_tx_init()
|
| /Zephyr-4.2.1/samples/bluetooth/cap_acceptor/src/ |
| D | cap_acceptor_unicast.c | 352 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() function 454 K_KERNEL_STACK_SIZEOF(tx_thread_stack), tx_thread_func, in init_cap_acceptor_unicast()
|