Home
last modified time | relevance | path

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

/btstack/chipset/realtek/
H A Dbtstack_chipset_realtek.c374 static const char *firmware_file_path; variable
451 if (firmware_file_path == NULL || config_file_path == NULL) { in chipset_init()
467 firmware_file_path = &firmware_file[0]; in chipset_init()
471 log_info("Using firmware '%s' and config '%s'", firmware_file_path, config_file_path); in chipset_init()
472 printf("Realtek: Using firmware '%s' and config '%s'\n", firmware_file_path, config_file_path); in chipset_init()
987 ret = update_firmware(firmware_file_path, config_file_path, hci_cmd_buffer); in chipset_next_command()
1022 firmware_file_path = path; in btstack_chipset_realtek_set_firmware_file_path()