/btstack/src/ble/gatt-service/ |
H A D | device_information_service_server.c | 250 … 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 D | main.c | 135 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 D | hfp_gsm_model.c | 246 …btstack_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() 295 …btstack_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 D | main.c | 119 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 D | main.c | 164 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 D | btstack_chipset_nxp.c | 213 …btstack_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 D | main.c | 91 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/test/classic-oob-pairing/ |
H A D | main.c | 91 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/example/ |
H A D | sdp_rfcomm_query.c | 107 btstack_strcpy(services[service_index].service_name, SDP_SERVICE_NAME_LEN + 1, name); in store_found_service()
|
/btstack/port/windows-winusb-intel/ |
H A D | main.c | 96 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/port/posix-h4-atwilc3000/ |
H A D | main.c | 109 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/port/posix-h4-da14585/ |
H A D | main.c | 105 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/port/posix-h4-da14531/ |
H A D | main.c | 105 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/port/posix-h4-zephyr/ |
H A D | main.c | 102 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/port/posix-h4-da14581/ |
H A D | main.c | 105 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/port/windows-h4-zephyr/ |
H A D | main.c | 101 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/port/archive/posix-h5-bcm/ |
H A D | main.c | 125 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/port/windows-h4-da14585/ |
H A D | main.c | 105 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/port/posix-h4-nxp/ |
H A D | main.c | 110 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/port/posix-h4-bcm/ |
H A D | main.c | 131 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/test/embedded/ |
H A D | btstack_util_test.cpp | 321 TEST(BTstackUtil, btstack_strcpy){ in TEST() argument 325 btstack_strcpy(buffer, sizeof(buffer), field_data); in TEST()
|
/btstack/port/posix-h5/ |
H A D | main.c | 160 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/test/hfp/ |
H A D | pklg_cvsd_test.c | 199 btstack_strcpy(pklg_path, sizeof(pklg_path), filename); in main()
|
/btstack/port/freebsd-netgraph/ |
H A D | main.c | 101 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|
/btstack/test/mesh/ |
H A D | main.c | 104 btstack_strcpy(tlv_db_path, sizeof(tlv_db_path), TLV_DB_PATH_PREFIX); in packet_handler()
|