Searched defs:tx_thread (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator_tx.c | 135 static struct k_thread tx_thread; in cap_initiator_tx_init() local
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | stream_tx.c | 169 static struct k_thread tx_thread; in stream_tx_init() local
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_stream_tx.c | 176 static struct k_thread tx_thread; in bap_stream_tx_init() local
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_audio_stream.c | 187 static struct k_thread tx_thread; in btp_bap_audio_stream_tx_init() local
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | rfcomm.h | 105 struct k_thread tx_thread; member
|
/Zephyr-latest/samples/bluetooth/hci_ipc/src/ |
D | main.c | 201 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
|
/Zephyr-latest/samples/bluetooth/hci_uart/src/ |
D | main.c | 251 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | h5.c | 130 struct k_thread *tx_thread; member 627 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/ |
D | main.c | 376 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
|
/Zephyr-latest/samples/net/wpan_serial/src/ |
D | main.c | 393 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
|
/Zephyr-latest/samples/net/sockets/txtime/src/ |
D | main.c | 56 static struct k_thread tx_thread; variable
|
/Zephyr-latest/drivers/can/ |
D | can_loopback.c | 62 static void tx_thread(void *arg1, void *arg2, void *arg3) in tx_thread() function
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 449 static struct k_thread tx_thread; in init_cap_acceptor_unicast() local
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/ |
D | main.c | 638 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
|