Home
last modified time | relevance | path

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

/btstack/platform/posix/
H A Dbtstack_sco_transport_posix_i2s_test_bridge.c83 static uint8_t sco_tx_packet[BRIDGE_BLOCK_SIZE_BYTES]; variable
91 ssize_t bytes_written = write(ds->source.fd, &sco_tx_packet[sco_tx_packet_pos], bytes_to_write); in posix_i2s_test_bridge_process_write()
114 big_endian_store_16(sco_tx_packet, i * 2, packet[ 3 + i ]); in posix_i2s_test_bride_send_packet()
120 sco_tx_packet[ i * 2 ] = packet[4 + i * 2]; in posix_i2s_test_bride_send_packet()
121 sco_tx_packet[ i * 2 + 1] = packet[3 + i * 2]; in posix_i2s_test_bride_send_packet()