/btstack/test/lc3/ |
H A D | lc3_decoder.c | 99 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 D | btstack_chipset_nxp.c | 148 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 D | sco_demo_util.c | 221 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 D | pklg_cvsd_test.c | 104 int bytes_read; in process_file() local
|
/btstack/platform/windows/ |
H A D | btstack_uart_block_windows.c | 124 DWORD bytes_read; in btstack_uart_windows_receive_engine() local 199 DWORD bytes_read; in btstack_uart_windows_process_read() local
|
H A D | btstack_tlv_windows.c | 211 DWORD bytes_read; in btstack_tlv_windows_read_db() local
|
/btstack/platform/posix/ |
H A D | btstack_run_loop_posix.c | 268 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 D | wav_util.c | 236 int bytes_read = 0; in wav_reader_read_int8() local 261 int bytes_read = 0; in wav_reader_read_int16() local
|
H A D | btstack_uart_posix.c | 140 …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 D | btstack_sco_transport_posix_i2s_test_bridge.c | 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() local
|
/btstack/example/ |
H A D | sco_demo_util.c | 251 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 D | audio_duplex.c | 106 uint32_t bytes_read; in audio_playback() local
|
H A D | le_audio_demo_util_sink.c | 226 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 D | socket_connection.c | 132 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 D | SocketConnectionUnix.java | 69 int bytes_read = Util.readExactly(in, inHeader, 0, 6); in receivePacket() local
|
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/ |
H A D | SocketConnectionTCP.java | 70 int bytes_read = Util.readExactly(in, inHeader, 0, 6); in receivePacket() local
|
/btstack/port/mtk/LEScan/src/com/bluekitchen/btstack/ |
H A D | SocketConnectionUnix.java | 69 int bytes_read = Util.readExactly(in, inHeader, 0, 6); in receivePacket() local
|
/btstack/port/mtk/SPPClient/src/com/bluekitchen/btstack/ |
H A D | SocketConnectionUnix.java | 69 int bytes_read = Util.readExactly(in, inHeader, 0, 6); in receivePacket() local
|
/btstack/test/sbc/ |
H A D | sbc_decoder_test.c | 178 int bytes_read = __read(fd, read_buffer, sizeof(read_buffer)); in main() local
|
H A D | pklg_msbc_test.c | 122 int bytes_read; in process_file() local
|
/btstack/port/mtk/ |
H A D | hci_transport_h4_mtk.c | 131 …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 D | btstack_chipset_bcm.c | 149 size_t bytes_read = fread(hci_cmd_buffer, 1, 3, hcd_file); in chipset_next_command() local
|
/btstack/test/avdtp/ |
H A D | portaudio_test.c | 111 uint32_t bytes_read = 0; in patestCallback() local
|
/btstack/test/mesh/ |
H A D | btstack_uart_posix_pty.c | 129 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 D | hci_transport_netgraph.c | 152 …int bytes_read = NgRecvData(ds->source.fd, (u_char *) hci_packet, HCI_INCOMING_PACKET_BUFFER_SIZE… in hci_transport_netgraph_process_read() local
|