Home
last modified time | relevance | path

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

/btstack/platform/posix/
H A Dbtstack_uart_posix.c412 #define SLIP_RECEIVE_BUFFER_SIZE 128 macro
423 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()
/btstack/src/
H A Dbtstack_uart_slip_wrapper.c57 #define SLIP_RECEIVE_BUFFER_SIZE 128 macro