Searched refs:buildversion (Results 1 – 3 of 3) sorted by relevance
136 unsigned short buildversion = 0; in get_vs_hci_event() local171 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()
135 unsigned short buildversion = 0; in get_vs_hci_event() local170 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()
136 unsigned short buildversion = 0; in get_vs_hci_event() local171 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()