Searched refs:hci_version (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/bluetooth/rtlbtfw/ |
H A D | rtlbt_fw.c | 49 .hci_version = 0x6, 55 .hci_version = 0x6, 60 .hci_version = 0x8, 66 .hci_version = 0x6, 71 .hci_version = 0x8, 77 .hci_version = 0x6, 82 .hci_version = 0xa, 87 .hci_version = 0xa, 93 .hci_version = 0x7, 99 .hci_version = 0xb, [all …]
|
H A D | rtlbt_fw.h | 55 uint8_t hci_version; member 86 uint16_t hci_revision, uint8_t hci_version);
|
H A D | main.c | 259 rtlbt_info("hci_version 0x%02x", ver->hci_version); in rtlbt_dump_version() 402 ver.hci_version); in main()
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | info.c | 61 hci_ver2str(rp.hci_version), rp.hci_version); in hci_read_local_version_information()
|
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ |
H A D | ng_ubt_rtl.c | 236 DPRINTFN(2, "hci_version 0x%02x\n", ver.hci_version); in ubt_rtl_probe()
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_hci.h | 1464 u_int8_t hci_version; /* HCI version */ 1404 u_int8_t hci_version; /* HCI version */ global() member
|