Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c42 #define TO_EDTT 1 macro
140 if (write(fifo[TO_EDTT], ptr, size) != size) { in edtt_write()
191 fifo_path[TO_EDTT] = (char *)bs_calloc(pb_com_path_length + 30, in edptd_create_fifo_if()
194 sprintf(fifo_path[TO_EDTT], "%s/Device%i.PTTout", pb_com_path, device_nbr); in edptd_create_fifo_if()
197 || (pb_create_fifo_if_not_there(fifo_path[TO_EDTT]) != 0)) { in edptd_create_fifo_if()
202 fifo[TO_EDTT] = open(fifo_path[TO_EDTT], O_WRONLY); in edptd_create_fifo_if()
203 if (fifo[TO_EDTT] == -1) { in edptd_create_fifo_if()
207 flags = fcntl(fifo[TO_EDTT], F_GETFL); in edptd_create_fifo_if()
209 fcntl(fifo[TO_EDTT], F_SETFL, flags); in edptd_create_fifo_if()
224 for (int dir = TO_DEVICE ; dir <= TO_EDTT ; dir++) { in edttd_clean_up()