Home
last modified time | relevance | path

Searched refs:nxp_firmware_path (Results 1 – 1 of 1) sorted by relevance

/btstack/chipset/nxp/
H A Dbtstack_chipset_nxp.c118 static char nxp_firmware_path[1000]; variable
138 log_info("open file %s", nxp_firmware_path); in nxp_load_firmware()
139 nxp_firmware_file = fopen(nxp_firmware_path, "rb"); in nxp_load_firmware()
141 printf("Open file '%s' failed\n", nxp_firmware_path); in nxp_load_firmware()
213 …btstack_strcpy(nxp_firmware_path, sizeof(nxp_firmware_path), nxp_fw_name_from_chipid(nxp_chip_id)); in nxp_handle_chip_version_v3()
214 … = 0x%04x, loader 0x%02x -> firmware '%s'\n", nxp_chip_id, nxp_input_buffer[3], nxp_firmware_path); 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()