Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 34) sorted by relevance

12

/btstack/test/lc3/
H A Dlc3_decoder.c99 int bytes_read = __read(fd, read_buffer, min_header_size); in main() local
191 int bytes_read = __read(fd, read_buffer, 2); in main() local
205 int bytes_read = __read(fd, read_buffer, bytes_per_frame); in main() local
/btstack/chipset/nxp/
H A Dbtstack_chipset_nxp.c148 size_t bytes_read = fread(buffer, 1, bytes_to_read, nxp_firmware_file); in nxp_read_firmware() local
240 uint16_t bytes_read = nxp_read_firmware(nxp_fw_request_len, nxp_output_buffer); in nxp_send_chunk_v1() local
272 uint16_t bytes_read = nxp_read_firmware(nxp_fw_request_len, nxp_output_buffer); in nxp_send_chunk_v3() local
/btstack/test/hfp/
H A Dsco_demo_util.c221 uint32_t bytes_read = 0; in playback_callback() local
540 uint32_t bytes_read; in sco_demo_send() local
582 uint32_t bytes_read = 0; in sco_demo_send() local
H A Dpklg_cvsd_test.c104 int bytes_read; in process_file() local
/btstack/platform/windows/
H A Dbtstack_uart_block_windows.c124 DWORD bytes_read; in btstack_uart_windows_receive_engine() local
199 DWORD bytes_read; in btstack_uart_windows_process_read() local
H A Dbtstack_tlv_windows.c211 DWORD bytes_read; in btstack_tlv_windows_read_db() local
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c268 ssize_t bytes_read = read(ds->source.fd, buffer, 1); in btstack_run_loop_posix_poll_data_sources_handler() local
284 ssize_t bytes_read = read(ds->source.fd, buffer, 1); in btstack_run_loop_posix_process_callbacks_handler() local
H A Dwav_util.c236 int bytes_read = 0; in wav_reader_read_int8() local
261 int bytes_read = 0; in wav_reader_read_int16() local
H A Dbtstack_uart_posix.c140 …ssize_t bytes_read = read(ds->source.fd, btstack_uart_block_read_bytes_data, btstack_uart_block_re… in btstack_uart_block_posix_process_read() local
512 …ssize_t bytes_read = read(ds->source.fd, btstack_uart_slip_receive_buffer, SLIP_RECEIVE_BUFFER_SIZ… in btstack_uart_slip_posix_process_read() local
H A Dbtstack_sco_transport_posix_i2s_test_bridge.c138 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() local
/btstack/example/
H A Dsco_demo_util.c251 uint32_t bytes_read = 0; in audio_playback_callback() local
370 uint32_t bytes_read = 0; in sco_demo_cvsd_fill_payload() local
414 uint32_t bytes_read; in sco_demo_codec_fill_payload() local
H A Daudio_duplex.c106 uint32_t bytes_read; in audio_playback() local
H A Dle_audio_demo_util_sink.c226 uint32_t bytes_read; in le_audio_connection_sink_playback() local
233 uint32_t bytes_read; in le_audio_connection_sink_playback() local
/btstack/platform/daemon/src/
H A Dsocket_connection.c132 uint16_t bytes_read; member
264 …int bytes_read = recv(socket_fd, (char*) &conn->buffer[conn->bytes_read], conn->bytes_to_read, fla… in socket_connection_hci_process() local
266 int bytes_read = read(socket_fd, &conn->buffer[conn->bytes_read], conn->bytes_to_read); in socket_connection_hci_process() local
/btstack/platform/daemon/binding/java/android/com/bluekitchen/btstack/
H A DSocketConnectionUnix.java69 int bytes_read = Util.readExactly(in, inHeader, 0, 6); in receivePacket() local
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DSocketConnectionTCP.java70 int bytes_read = Util.readExactly(in, inHeader, 0, 6); in receivePacket() local
/btstack/port/mtk/LEScan/src/com/bluekitchen/btstack/
H A DSocketConnectionUnix.java69 int bytes_read = Util.readExactly(in, inHeader, 0, 6); in receivePacket() local
/btstack/port/mtk/SPPClient/src/com/bluekitchen/btstack/
H A DSocketConnectionUnix.java69 int bytes_read = Util.readExactly(in, inHeader, 0, 6); in receivePacket() local
/btstack/test/sbc/
H A Dsbc_decoder_test.c178 int bytes_read = __read(fd, read_buffer, sizeof(read_buffer)); in main() local
H A Dpklg_msbc_test.c122 int bytes_read; in process_file() local
/btstack/port/mtk/
H A Dhci_transport_h4_mtk.c131 …ssize_t bytes_read = mtk_bt_read(hci_transport_h4->ds->source.fd, &hci_packet_in[0], sizeof(hci_pa… in h4_process() local
/btstack/chipset/bcm/
H A Dbtstack_chipset_bcm.c149 size_t bytes_read = fread(hci_cmd_buffer, 1, 3, hcd_file); in chipset_next_command() local
/btstack/test/avdtp/
H A Dportaudio_test.c111 uint32_t bytes_read = 0; in patestCallback() local
/btstack/test/mesh/
H A Dbtstack_uart_posix_pty.c129 ssize_t bytes_read = read(ds->source.fd, read_bytes_data, read_bytes_len); in btstack_uart_posix_process_read() local
/btstack/port/freebsd-netgraph/
H A Dhci_transport_netgraph.c152 …int bytes_read = NgRecvData(ds->source.fd, (u_char *) hci_packet, HCI_INCOMING_PACKET_BUFFER_SIZE… in hci_transport_netgraph_process_read() local

12