Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dhw_rome.c136 unsigned short buildversion = 0; in get_vs_hci_event() local
171 ALOGI("\t Current ROM Build Version\t: 0x%04x", buildversion = in get_vs_hci_event()
188 … fprintf(btversionfile, "Bluetooth Controller Build Version : 0x%04x\n", buildversion); in get_vs_hci_event()
197 chipset_ver = (buildversion << 16) |(soc_id & 0x0000ffff); in get_vs_hci_event()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_rome.c135 unsigned short buildversion = 0; in get_vs_hci_event() local
170 ALOGI("\t Current ROM Build Version\t: 0x%04x", buildversion = in get_vs_hci_event()
187 … fprintf(btversionfile, "Bluetooth Controller Build Version : 0x%04x\n", buildversion); in get_vs_hci_event()
196 chipset_ver = (buildversion << 16) |(soc_id & 0x0000ffff); in get_vs_hci_event()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_rome.c136 unsigned short buildversion = 0; in get_vs_hci_event() local
171 buildversion = (int)(rsp[PATCH_ROM_BUILD_VER_OFFSET + 1] << 8 | in get_vs_hci_event()
173 ALOGI("\t Current ROM Build Version\t: 0x%04x", buildversion); in get_vs_hci_event()
188 chipset_ver = (buildversion << 16) |(soc_id & 0x0000ffff); in get_vs_hci_event()