Home
last modified time | relevance | path

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

/btstack/chipset/bcm/
H A Dbtstack_chipset_bcm.c109 static const char * hcd_file_path; variable
117 if (hcd_file_path){ in chipset_init()
118 log_info("chipset-bcm: init file %s", hcd_file_path); in chipset_init()
131 log_info("chipset-bcm: open file %s", hcd_file_path); in chipset_next_command()
132 hcd_file = fopen(hcd_file_path, "rb"); in chipset_next_command()
134 log_error("chipset-bcm: can't open file %s", hcd_file_path); in chipset_next_command()
180 hcd_file_path = path; in btstack_chipset_bcm_set_hcd_file_path()
189 if (hcd_file_path) { in btstack_chipset_bcm_set_device_name()
190 …"chipset-bcm: set device name called %s although path %s already set", device_name, hcd_file_path); in btstack_chipset_bcm_set_device_name()
220 hcd_file_path = matched_file; in btstack_chipset_bcm_set_device_name()
[all …]