Home
last modified time | relevance | path

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

/btstack/platform/posix/
H A Dbtstack_uart_posix.c425 static uint16_t btstack_uart_slip_receive_len; variable
470 …ug("process buffer: pos %u, len %u", btstack_uart_slip_receive_pos, btstack_uart_slip_receive_len); in btstack_uart_slip_posix_process_buffer()
473 while (btstack_uart_slip_receive_pos < btstack_uart_slip_receive_len && frame_size == 0){ in btstack_uart_slip_posix_process_buffer()
479 if (btstack_uart_slip_receive_pos == btstack_uart_slip_receive_len ){ in btstack_uart_slip_posix_process_buffer()
480 btstack_uart_slip_receive_len = 0; in btstack_uart_slip_posix_process_buffer()
522 btstack_uart_slip_receive_len = (uint16_t ) bytes_read; in btstack_uart_slip_posix_process_read()
587 if (btstack_uart_slip_receive_len){ in btstack_uart_slip_posix_receive_frame()