Home
last modified time | relevance | path

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

/btstack/test/mesh/
H A Dbtstack_uart_posix_pty.c228 static void btstack_uart_posix_set_flowcontrol_option(struct termios * toptions, int flowcontrol){ function
261 btstack_uart_posix_set_flowcontrol_option(&toptions, flowcontrol);
305 btstack_uart_posix_set_flowcontrol_option(&toptions, flowcontrol);
/btstack/platform/posix/
H A Dbtstack_uart_posix.c272 static void btstack_uart_posix_set_flowcontrol_option(struct termios * toptions, int flowcontrol){ in btstack_uart_posix_set_flowcontrol_option() function
295 btstack_uart_posix_set_flowcontrol_option(&btstack_uart_block_termios, flowcontrol); in btstack_uart_posix_set_flowcontrol()
338 btstack_uart_posix_set_flowcontrol_option(&btstack_uart_block_termios, flowcontrol); in btstack_uart_posix_open()