Searched refs:tx_thread_prio (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator_tx.c | 134 const int tx_thread_prio = K_PRIO_PREEMPT(5); in cap_initiator_tx_init() local 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/ |
D | stream_tx.c | 168 const int tx_thread_prio = K_PRIO_PREEMPT(5); in stream_tx_init() local 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/ |
D | bap_stream_tx.c | 175 const int tx_thread_prio = K_PRIO_PREEMPT(5); in bap_stream_tx_init() local 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/ |
D | btp_bap_audio_stream.c | 186 const int tx_thread_prio = K_PRIO_PREEMPT(5); in btp_bap_audio_stream_tx_init() local 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/ |
D | cap_acceptor_unicast.c | 448 const int tx_thread_prio = K_PRIO_PREEMPT(5); in init_cap_acceptor_unicast() local 453 peer, NULL, NULL, tx_thread_prio, 0, K_NO_WAIT); in init_cap_acceptor_unicast()
|