Searched refs:SLIP_RECEIVE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
412 #define SLIP_RECEIVE_BUFFER_SIZE 128 macro423 static uint8_t btstack_uart_slip_receive_buffer[SLIP_RECEIVE_BUFFER_SIZE];512 …ize_t bytes_read = read(ds->source.fd, btstack_uart_slip_receive_buffer, SLIP_RECEIVE_BUFFER_SIZE); in btstack_uart_slip_posix_process_read()514 log_debug("requested %u bytes, got %d", SLIP_RECEIVE_BUFFER_SIZE, (int) bytes_read); in btstack_uart_slip_posix_process_read()
57 #define SLIP_RECEIVE_BUFFER_SIZE 128 macro