Home
last modified time | relevance | path

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

/btstack/platform/posix/
H A Dbtstack_sco_transport_posix_i2s_test_bridge.c78 static uint8_t sco_rx_buffer[BRIDGE_BLOCK_SIZE_BYTES]; variable
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()
177 packet[3+index] = sco_rx_buffer[2 * index + 1]; in posix_i2s_test_bridge_process_read()
184 packet[3 + 2 * index] = sco_rx_buffer[2 * index + 1]; in posix_i2s_test_bridge_process_read()
185 packet[4 + 2 * index] = sco_rx_buffer[2 * index]; in posix_i2s_test_bridge_process_read()