Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_uart_slip_wrapper.c71 static uint32_t btstack_uart_slip_wrapper_receive_start; variable
124 …if ((btstack_uart_slip_wrapper_receive_start == 0u) && (btstack_uart_slip_wrapper_read_byte != BTS… in btstack_uart_slip_wrapper_block_received()
125 btstack_uart_slip_wrapper_receive_start = btstack_run_loop_get_time_ms(); in btstack_uart_slip_wrapper_block_received()
131 …2_t packet_receive_time = btstack_run_loop_get_time_ms() - btstack_uart_slip_wrapper_receive_start; in btstack_uart_slip_wrapper_block_received()
139 btstack_uart_slip_wrapper_receive_start = 0; in btstack_uart_slip_wrapper_block_received()