Searched refs:sco_rx_bytes_read (Results 1 – 1 of 1) sorted by relevance
79 static uint16_t sco_rx_bytes_read; variable137 ssize_t bytes_to_read = BRIDGE_BLOCK_SIZE_BYTES - sco_rx_bytes_read; in posix_i2s_test_bridge_process_read()138 ssize_t bytes_read = read(ds->source.fd, &sco_rx_buffer[sco_rx_bytes_read], bytes_to_read); in posix_i2s_test_bridge_process_read()147 sco_rx_bytes_read += bytes_read; in posix_i2s_test_bridge_process_read()148 if (sco_rx_bytes_read < BRIDGE_BLOCK_SIZE_BYTES) { in posix_i2s_test_bridge_process_read()153 sco_rx_bytes_read = 0; in posix_i2s_test_bridge_process_read()344 sco_rx_bytes_read = 0; in posix_i2s_test_bridge_init()