Searched refs:btstack_uart_block_write_bytes_len (Results 1 – 1 of 1) sorted by relevance
73 static int btstack_uart_block_write_bytes_len; variable94 if (btstack_uart_block_write_bytes_len == 0) return; in btstack_uart_block_posix_process_write()99 …int) write(ds->source.fd, btstack_uart_block_write_bytes_data, btstack_uart_block_write_bytes_len); in btstack_uart_block_posix_process_write()115 btstack_uart_block_write_bytes_len -= bytes_written; in btstack_uart_block_posix_process_write()117 if (btstack_uart_block_write_bytes_len){ in btstack_uart_block_posix_process_write()382 btstack_uart_block_write_bytes_len = 0; in btstack_uart_posix_set_block_sent()387 btstack_assert(btstack_uart_block_write_bytes_len == 0); in btstack_uart_posix_send_block()391 btstack_uart_block_write_bytes_len = size; in btstack_uart_posix_send_block()