Home
last modified time | relevance | path

Searched refs:hci_devinfo (Results 1 – 15 of 15) sorted by relevance

/external/bluetooth/bluez/plugins/
Dhciops.c85 if (hci_devinfo(index, &di) < 0) in device_devup_setup()
178 if (hci_devinfo(index, &di) < 0) in init_device()
202 if (hci_devinfo(index, &di) < 0) in device_devreg_setup()
616 if (hci_devinfo(index, &di) < 0) in hciops_stop_discovery()
/external/bluetooth/bluez/tools/
Dhcieventmask.c69 if (hci_devinfo(dev, &di) < 0) { in main()
Dcsr_hci.c64 if (hci_devinfo(dev, &di) < 0) { in csr_open_hci()
Dciptool.c140 hci_devinfo(dev_id, &di); in do_connect()
Dhcitool.c588 if (hci_devinfo(dev_id, &di) < 0) { in cmd_scan()
868 if (hci_devinfo(dev_id, &di) < 0) { in cmd_info()
Dhciconfig.c801 if (hci_devinfo(hdev, &di) < 0) { in cmd_putkey()
/external/bluetooth/hcidump/src/
Dcsrsniff.c204 if (hci_devinfo(dev, &di) < 0) { in main()
Dbpasniff.c409 if (hci_devinfo(dev, &di) < 0) { in main()
Dhcidump.c570 if (hci_devinfo(dev, &di) < 0) { in open_socket()
/external/bluetooth/bluez/test/
Dbdaddr.c362 if (hci_devinfo(dev, &di) < 0) { in main()
Dhciemu.c1099 if (hci_devinfo(dev, &di) < 0) { in run_proxy()
/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h60 int hci_devinfo(int dev_id, struct hci_dev_info *di);
/external/bluetooth/bluez/lib/
Dhci.c905 int hci_devinfo(int dev_id, struct hci_dev_info *di) in hci_devinfo() function
931 if (hci_devinfo(dev_id, &di)) in hci_devba()
/external/bluetooth/bluez/src/
Dsecurity.c1167 if (hci_devinfo(hdev, di) < 0) { in start_security_manager()
Dadapter.c2518 if (hci_devinfo(adapter->dev_id, &di) < 0) in adapter_start()