/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 137 k_thread_create(&tx_thread, tx_thread_stack, K_KERNEL_STACK_SIZEOF(tx_thread_stack), in cap_initiator_tx_init() 139 k_thread_name_set(&tx_thread, "TX thread"); in cap_initiator_tx_init()
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | stream_tx.c | 169 static struct k_thread tx_thread; in stream_tx_init() local 171 k_thread_create(&tx_thread, tx_thread_stack, K_KERNEL_STACK_SIZEOF(tx_thread_stack), in stream_tx_init() 173 k_thread_name_set(&tx_thread, "TX thread"); in stream_tx_init()
|
/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 178 k_thread_create(&tx_thread, tx_thread_stack, K_KERNEL_STACK_SIZEOF(tx_thread_stack), in bap_stream_tx_init() 180 k_thread_name_set(&tx_thread, "TX thread"); in bap_stream_tx_init()
|
/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 189 k_thread_create(&tx_thread, tx_thread_stack, K_KERNEL_STACK_SIZEOF(tx_thread_stack), in btp_bap_audio_stream_tx_init() 191 k_thread_name_set(&tx_thread, "TX thread"); in btp_bap_audio_stream_tx_init()
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | rfcomm.h | 105 struct k_thread tx_thread; member
|
/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 451 k_thread_create(&tx_thread, tx_thread_stack, in init_cap_acceptor_unicast() 454 k_thread_name_set(&tx_thread, "TX thread"); in init_cap_acceptor_unicast()
|
/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 755 tid = k_thread_create(cfg->tx_thread, cfg->tx_stack, cfg->tx_stack_size, in h5_init() 756 tx_thread, (void *)dev, NULL, NULL, in h5_init() 821 .tx_thread = &tx_thread_##inst, \
|
/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 401 K_THREAD_STACK_SIZEOF(tx_thread_stack), tx_thread, in main()
|
/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 403 K_THREAD_STACK_SIZEOF(tx_thread_stack), tx_thread, in main()
|
/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 446 K_THREAD_STACK_SIZEOF(tx_thread_stack), tx_thread, in main()
|
/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 442 tx_thread, in init_tx_queue()
|
/Zephyr-latest/drivers/can/ |
D | can_loopback.c | 62 static void tx_thread(void *arg1, void *arg2, void *arg3) in tx_thread() function 432 tx_thread, (void *)dev, NULL, NULL, in can_loopback_init()
|
/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 785 tx_thread, NULL, NULL, NULL, in main()
|
/Zephyr-latest/samples/net/sockets/txtime/src/ |
D | main.c | 56 static struct k_thread tx_thread; variable 629 tx_tid = k_thread_create(&tx_thread, tx_stack, in main()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm.c | 798 k_thread_create(&dlc->tx_thread, dlc->stack, in rfcomm_dlc_connected() 802 k_thread_name_set(&dlc->tx_thread, "BT DLC"); in rfcomm_dlc_connected()
|