Searched refs:tx_bytes (Results 1 – 1 of 1) sorted by relevance
121 int tx_bytes; in hal_btstack_run_loop_execute_once() local156 tx_bytes = tx_avail; in hal_btstack_run_loop_execute_once()158 tx_bytes = bytes_to_write; in hal_btstack_run_loop_execute_once()160 ret = UART_Write(MXC_UART_GET_UART(CC256X_UART_ID), tx_buffer_ptr, tx_bytes); in hal_btstack_run_loop_execute_once()163 bytes_to_write -= tx_bytes; in hal_btstack_run_loop_execute_once()164 tx_buffer_ptr += tx_bytes; in hal_btstack_run_loop_execute_once()