Home
last modified time | relevance | path

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

/external/bluetooth/bluez/tools/
Dhciconfig.c1147 hciver ? hciver : "n/a", ver.hci_ver, ver.hci_rev, in cmd_version()
1725 static void print_rev_broadcom(uint16_t hci_rev, uint16_t lmp_subver) in print_rev_broadcom() argument
1728 hci_rev & 0xff, lmp_subver >> 8, lmp_subver & 0xff); in print_rev_broadcom()
1731 static void print_rev_avm(uint16_t hci_rev, uint16_t lmp_subver) in print_rev_avm() argument
1734 printf("\tFirmware 03.%d.%d\n", hci_rev >> 8, hci_rev & 0xff); in print_rev_avm()
1765 print_rev_csr(dd, ver.hci_rev); in cmd_revision()
1771 print_rev_broadcom(ver.hci_rev, ver.lmp_subver); in cmd_revision()
1774 print_rev_avm(ver.hci_rev, ver.lmp_subver); in cmd_revision()
/external/bluetooth/hcidump/src/
Dcsrsniff.c218 if (ver.manufacturer != 10 || id2ver(ver.hci_rev) < 0) { in main()
/external/bluetooth/bluez/lib/bluetooth/
Dmgmt.h71 uint16_t hci_rev; member
Dhci_lib.h46 uint16_t hci_rev; member
Dhci.h1273 uint16_t hci_rev; member
/external/bluetooth/bluez/plugins/
Dmgmtops.c64 uint16_t hci_rev; member
808 info->hci_rev = btohs(bt_get_unaligned(&rp->hci_rev)); in read_info_complete()
815 info->hci_ver, info->hci_rev); in read_info_complete()
Dhciops.c386 if (dev->ver.manufacturer == 11 && dev->ver.hci_rev == 0x00 && in get_inquiry_mode()
391 if (dev->ver.hci_rev == 0x03 && in get_inquiry_mode()
394 if (dev->ver.hci_rev == 0x09 && in get_inquiry_mode()
397 if (dev->ver.hci_rev == 0x00 && in get_inquiry_mode()
402 if (dev->ver.manufacturer == 31 && dev->ver.hci_rev == 0x2005 && in get_inquiry_mode()
1419 dev->ver.hci_rev = btohs(bt_get_unaligned(&rp->hci_rev)); in read_local_version_complete()
/external/bluetooth/bluez/lib/
Dhci.c1662 ver->hci_rev = btohs(rp.hci_rev); in hci_read_local_version()
/external/bluetooth/bluez/test/
Dhciemu.c753 lv.hci_rev = htobs(0x0000); in hci_info_param()
/external/qemu/hw/
Dbt.h1187 uint16_t hci_rev; member
Dbt-hci.c1164 .hci_rev = cpu_to_le16(0xa607), in bt_hci_read_local_version_rp()
/external/bluetooth/hcidump/parser/
Dhci.c2413 rp->hci_ver, btohs(rp->hci_rev)); in read_local_version_dump()