Home
last modified time | relevance | path

Searched refs:btstack_strcpy (Results 1 – 25 of 35) sorted by relevance

12

/btstack/src/ble/gatt-service/
H A Ddevice_information_service_server.c250 … bytes_copied = btstack_strcpy((char *) &data[pos], DEVICE_INFORMATION_MAX_STRING_LEN, label); in device_information_service_server_set_udi_for_medical_devices()
257 … bytes_copied = btstack_strcpy((char *) &data[pos], DEVICE_INFORMATION_MAX_STRING_LEN, device_id); in device_information_service_server_set_udi_for_medical_devices()
264 … bytes_copied = btstack_strcpy((char *) &data[pos], DEVICE_INFORMATION_MAX_STRING_LEN, issuer); in device_information_service_server_set_udi_for_medical_devices()
271 … bytes_copied = btstack_strcpy((char *) &data[pos], DEVICE_INFORMATION_MAX_STRING_LEN, authority); in device_information_service_server_set_udi_for_medical_devices()
/btstack/test/security_manager_sc/
H A Dmain.c135 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
378 btstack_strcpy(pklg_path, sizeof(pklg_path), "/tmp/hci_dump"); in main()
387 btstack_strcpy(pklg_path, sizeof(pklg_path), log_file_path ); in main()
/btstack/src/classic/
H A Dhfp_gsm_model.c246btstack_strcpy(hfp_gsm_model_calls[index_in_table].clip_number, HFP_GSM_MAX_CALL_NUMBER_SIZE, numb… in hfp_gsm_set_clip()
247 btstack_strcpy(hfp_gsm_model_last_dialed_number, HFP_GSM_MAX_CALL_NUMBER_SIZE, number); in hfp_gsm_set_clip()
295btstack_strcpy(hfp_gsm_model_last_dialed_number, sizeof(hfp_gsm_model_last_dialed_number), number); in hfp_gsm_set_last_dialed_number()
596 btstack_strcpy(hfp_gsm_model_clip_number, sizeof(hfp_gsm_model_clip_number), number); in hfp_gsm_handler()
/btstack/port/libusb-intel/
H A Dmain.c119 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
223 btstack_strcpy(pklg_path, sizeof(pklg_path), "/tmp/hci_dump"); in main()
/btstack/port/libusb/
H A Dmain.c164 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
331 btstack_strcpy(pklg_path, sizeof(pklg_path), "/tmp/hci_dump"); in main()
/btstack/chipset/nxp/
H A Dbtstack_chipset_nxp.c213btstack_strcpy(nxp_firmware_path, sizeof(nxp_firmware_path), nxp_fw_name_from_chipid(nxp_chip_id)); in nxp_handle_chip_version_v3()
418 btstack_strcpy(nxp_firmware_path, sizeof(nxp_firmware_path), firmware_path); in btstack_chipset_nxp_set_v1_firmware_path()
/btstack/port/windows-winusb/
H A Dmain.c91 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/test/classic-oob-pairing/
H A Dmain.c91 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/example/
H A Dsdp_rfcomm_query.c107 btstack_strcpy(services[service_index].service_name, SDP_SERVICE_NAME_LEN + 1, name); in store_found_service()
/btstack/port/windows-winusb-intel/
H A Dmain.c96 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/port/posix-h4-atwilc3000/
H A Dmain.c109 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/port/posix-h4-da14585/
H A Dmain.c105 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/port/posix-h4-da14531/
H A Dmain.c105 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/port/posix-h4-zephyr/
H A Dmain.c102 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/port/posix-h4-da14581/
H A Dmain.c105 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/port/windows-h4-zephyr/
H A Dmain.c101 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/port/archive/posix-h5-bcm/
H A Dmain.c125 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/port/windows-h4-da14585/
H A Dmain.c105 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/port/posix-h4-nxp/
H A Dmain.c110 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/port/posix-h4-bcm/
H A Dmain.c131 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/test/embedded/
H A Dbtstack_util_test.cpp321 TEST(BTstackUtil, btstack_strcpy){ in TEST() argument
325 btstack_strcpy(buffer, sizeof(buffer), field_data); in TEST()
/btstack/port/posix-h5/
H A Dmain.c160 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/test/hfp/
H A Dpklg_cvsd_test.c199 btstack_strcpy(pklg_path, sizeof(pklg_path), filename); in main()
/btstack/port/freebsd-netgraph/
H A Dmain.c101 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
/btstack/test/mesh/
H A Dmain.c104 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()

12