Home
last modified time | relevance | path

Searched refs:hci_read_local_version (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/bluez/tools/
Dhcieventmask.c76 if (hci_read_local_version(dd, &ver, 1000) < 0) { in main()
Dcsr_hci.c71 if (hci_read_local_version(dd, &ver, 1000) < 0) { in csr_open_hci()
Dhciconfig.c937 if (hci_read_local_version(dd, &ver, 1000) < 0) { in cmd_version()
1548 if (hci_read_local_version(dd, &ver, 1000) < 0) { in cmd_revision()
/external/bluetooth/bluez/test/
Dlmptest.c151 if (hci_read_local_version(dd, &ver, 1000) < 0) { in main()
Dbdaddr.c369 if (hci_read_local_version(dd, &ver, 1000) < 0) { in main()
/external/bluetooth/hcidump/src/
Dcsrsniff.c211 if (hci_read_local_version(dd, &ver, 1000) < 0) { in main()
Dbpasniff.c416 if (hci_read_local_version(dd, &ver, 1000) < 0) { in main()
/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h73 int hci_read_local_version(int dd, struct hci_version *ver, int to);
/external/bluetooth/bluez/lib/
Dhci.c1519 int hci_read_local_version(int dd, struct hci_version *ver, int to) in hci_read_local_version() function
/external/bluetooth/bluez/src/
Dadapter.c2557 if (hci_read_local_version(dd, &ver, HCI_REQ_TIMEOUT) < 0) { in adapter_start()