Searched refs:btversionfile (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/bt/sdm845/libbt-vendor/src/ |
D | hw_rome.c | 129 FILE *btversionfile = 0; in get_vs_hci_event() local 184 if (NULL != (btversionfile = fopen(BT_VERSION_FILEPATH, "wb"))) { in get_vs_hci_event() 185 … fprintf(btversionfile, "Bluetooth Controller Product ID : 0x%08x\n", productid); in get_vs_hci_event() 186 … fprintf(btversionfile, "Bluetooth Controller Patch Version : 0x%04x\n", patchversion); in get_vs_hci_event() 187 … fprintf(btversionfile, "Bluetooth Controller Build Version : 0x%04x\n", buildversion); in get_vs_hci_event() 188 fprintf(btversionfile, "Bluetooth Controller SOC Version : 0x%08x\n", soc_id); in get_vs_hci_event() 189 fclose(btversionfile); in get_vs_hci_event() 234 if (NULL != (btversionfile = fopen(BT_VERSION_FILEPATH, "a+b"))) { in get_vs_hci_event() 235 … fprintf(btversionfile, "Bluetooth Contoller SU Build info : %s\n", build_label); in get_vs_hci_event() 236 fclose(btversionfile); in get_vs_hci_event()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_rome.c | 125 FILE *btversionfile = 0; in get_vs_hci_event() local
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_rome.c | 130 FILE *btversionfile = 0; in get_vs_hci_event() local
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_rome.c | 123 FILE *btversionfile = 0; in get_vs_hci_event() local
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_rome.c | 138 FILE *btversionfile = 0; in get_vs_hci_event() local
|