Searched refs:hci_rev (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/bluez/tools/ |
D | hciconfig.c | 1147 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/ |
D | csrsniff.c | 218 if (ver.manufacturer != 10 || id2ver(ver.hci_rev) < 0) { in main()
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | mgmt.h | 71 uint16_t hci_rev; member
|
D | hci_lib.h | 46 uint16_t hci_rev; member
|
D | hci.h | 1273 uint16_t hci_rev; member
|
/external/bluetooth/bluez/plugins/ |
D | mgmtops.c | 64 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()
|
D | hciops.c | 386 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/ |
D | hci.c | 1662 ver->hci_rev = btohs(rp.hci_rev); in hci_read_local_version()
|
/external/bluetooth/bluez/test/ |
D | hciemu.c | 753 lv.hci_rev = htobs(0x0000); in hci_info_param()
|
/external/qemu/hw/ |
D | bt.h | 1187 uint16_t hci_rev; member
|
D | bt-hci.c | 1164 .hci_rev = cpu_to_le16(0xa607), in bt_hci_read_local_version_rp()
|
/external/bluetooth/hcidump/parser/ |
D | hci.c | 2413 rp->hci_ver, btohs(rp->hci_rev)); in read_local_version_dump()
|