Home
last modified time | relevance | path

Searched defs:bytes_to_copy (Results 1 – 25 of 29) sorted by relevance

12

/btstack/port/archive/msp430f5229lp-cc2564b/example/
H A Dble_server.c163 uint16_t bytes_to_copy = value_len - offset; in get_bytes_to_copy() local
175 uint16_t bytes_to_copy = get_bytes_to_copy(value_len, offset, buffer_size); in att_read_callback() local
194 uint16_t bytes_to_copy = get_bytes_to_copy(value_len, offset,buffer_size); in att_write_callback() local
/btstack/port/archive/msp-exp430f5438-cc2564b/example/
H A Dble_server.c187 uint16_t bytes_to_copy = value_len - offset; in get_bytes_to_copy() local
199 uint16_t bytes_to_copy = get_bytes_to_copy(value_len, offset, buffer_size); in att_read_callback() local
218 uint16_t bytes_to_copy = get_bytes_to_copy(value_len, offset,buffer_size); in att_write_callback() local
/btstack/src/
H A Dbtstack_ring_buffer.c96 unsigned int bytes_to_copy = btstack_min(bytes_until_end, remaining_data_length); in btstack_ring_buffer_write() local
133 unsigned int bytes_to_copy = btstack_min(bytes_until_end, remaining_data_length); in btstack_ring_buffer_read() local
H A Dbtstack_util.c651 uint16_t bytes_to_copy = (uint16_t) btstack_min( dst_size - 1, (uint16_t) strlen(src)); in btstack_strcpy() local
660 uint16_t bytes_to_copy = btstack_min( src_len, dst_size - dst_len - 1); in btstack_strcat() local
715 uint16_t bytes_to_copy = field_len; in btstack_virtual_memcpy() local
H A Dbtstack_crypto.c802 uint16_t bytes_to_copy = btstack_min(bytes_free, btstack_crypto_ccm->block_len); in btstack_crypto_ccm_calc_aad_xn() local
994 uint16_t bytes_to_copy; in btstack_crypto_handle_random_data() local
H A Dhci_transport_em9304_spi.c411 … uint16_t bytes_to_copy = btstack_min(bytes_available, hci_transport_em9304_spi_bytes_to_read); in hci_transport_em9304_spi_process_data() local
/btstack/src/classic/
H A Dhfp_msbc.c104 int bytes_to_copy = size; in hfp_msbc_read_from_stream() local
H A Davrcp_target.c463 …uint16_t bytes_to_copy = btstack_min(connection->data_len - connection->data_offset, max_payload_s… in avrcp_send_response_with_avctp_fragmentation() local
682 uint8_t bytes_to_copy = btstack_min(connection->target_subunit_info_data_size - offset, 4); in avrcp_target_subunit_info() local
/btstack/example/
H A Dsdp_bnep_query.c141 uint16_t bytes_to_copy = btstack_min(buffer_size-1,len); in get_string_from_data_element() local
H A Dpan_lwip_http_server.c283 uint16_t bytes_to_copy = btstack_min(strlen(last_line_text), cgi_buffer_size); in cgi_buffer_fill() local
H A Dpanu_demo.c171 uint16_t bytes_to_copy = btstack_min(buffer_size-1,len); in get_string_from_data_element() local
/btstack/port/renesas-ek-ra6m4a-da14531/port/
H A Dhal_flash_bank_fsp.c95 uint32_t bytes_to_copy = 0; in hal_flash_bank_fsp_read() local
/btstack/test/mock/
H A Dmock_btstack_tlv.c79 uint16_t bytes_to_copy = btstack_min(buffer_size, entry->len); in mock_btstack_tlv_get_tag() local
/btstack/src/ble/
H A Datt_db.c236 uint16_t bytes_to_copy = btstack_min(it->value_len - offset, buffer_size); in att_copy_value() local
1300 uint16_t bytes_to_copy = btstack_min(value_len, att_connection->mtu - 3u); in prepare_handle_value() local
1680 uint16_t bytes_to_copy = 0; in att_read_callback_handle_blob() local
1847 uint16_t bytes_to_copy = btstack_min( response_buffer_size - 3, it.value_len); in btp_att_get_attribute_value() local
/btstack/test/fuzz/
H A Dfuzz_gatt_client.c290 uint32_t bytes_to_copy = btstack_min(size, sizeof(response_buffer)-1); in LLVMFuzzerTestOneInput() local
/btstack/platform/windows/
H A Dbtstack_tlv_windows.c145 uint16_t bytes_to_copy = btstack_min(buffer_size, entry->len); in btstack_tlv_windows_get_tag() local
/btstack/platform/posix/
H A Dbtstack_tlv_posix.c135 uint16_t bytes_to_copy = btstack_min(buffer_size, entry->len); in btstack_tlv_posix_get_tag() local
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DUtil.java90 int bytes_to_copy = Math.min(value.length, len); in storeBytes() local
/btstack/src/mesh/
H A Dmesh_upper_transport.c234 uint16_t bytes_to_copy = btstack_min(bytes_current_segment, payload_len - payload_offset); in mesh_segmented_store_payload() local
1336 uint16_t bytes_to_copy = btstack_min(bytes_current_segment, data_len); in mesh_upper_transport_message_add_data() local
H A Dpb_adv.c605 … uint16_t bytes_to_copy = btstack_min(bytes_left, pb_adv_msg_out_len - pb_adv_msg_out_pos); in pb_adv_handler() local
/btstack/port/stm32-l073rz-nucleo-em9304/port/
H A Dport.c273 int bytes_to_copy = btstack_min(bytes_available, hal_uart_dma_rx_len); in hal_spi_em9304_transfer_rx_data() local
/btstack/src/ble/gatt-service/
H A Ddevice_information_service_client.c246 uint16_t bytes_to_copy = btstack_min(value_len, DEVICE_INFORMATION_MAX_STRING_LEN); in device_information_service_emit_string_value() local
/btstack/test/hfp/
H A Dsco_demo_util.c570 int bytes_to_copy = sco_payload_length; in sco_demo_send() local
/btstack/platform/embedded/
H A Dbtstack_tlv_flash_bank.c310 uint32_t bytes_to_copy; in btstack_tlv_flash_bank_migrate() local
/btstack/port/msp432p401lp-cc256x/
H A Dmain.c349 uint16_t bytes_to_copy = btstack_min(bytes_avail, bytes_to_read); in hal_uart_dma_harvest() local

12