Home
last modified time | relevance | path

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

/btstack/chipset/realtek/
H A Dbtstack_chipset_realtek.c376 static const char *config_file_path; variable
451 if (firmware_file_path == NULL || config_file_path == NULL) { in chipset_init()
468 config_file_path = &config_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()
1034 config_file_path = path; in btstack_chipset_realtek_set_config_file_path()