Home
last modified time | relevance | path

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

/btstack/platform/posix/
H A Dbtstack_uart_posix.c78 static uint8_t * btstack_uart_block_read_bytes_data; variable
140 …ssize_t bytes_read = read(ds->source.fd, btstack_uart_block_read_bytes_data, btstack_uart_block_re… in btstack_uart_block_posix_process_read()
156 btstack_uart_block_read_bytes_data += bytes_read; in btstack_uart_block_posix_process_read()
399 btstack_uart_block_read_bytes_data = buffer; in btstack_uart_posix_receive_block()