HomeSort by relevance Sort by last modified time
    Searched refs:HCI_UP (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluez/tools/
hcitool.c 397 hci_for_each_dev(HCI_UP, dev_info, 0);
858 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1176 hci_for_each_dev(HCI_UP, conn_list, dev_id);
1289 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1370 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1427 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1501 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1577 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1653 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
    [all...]
hciconfig.c     [all...]
  /system/bluetooth/bluedroid/
bluetooth.c 252 ret = hci_test_bit(HCI_UP, &dev_info.flags);
  /external/bluetooth/bluez/plugins/
hciops.c 205 devup = hci_test_bit(HCI_UP, &di.flags);
265 if (hci_test_bit(HCI_UP, &dr->dev_opt))
  /external/bluetooth/bluez/lib/
hci.c 182 { "UP", HCI_UP },
205 if (!hci_test_bit(HCI_UP, &flags))
883 return hci_for_each_dev(HCI_UP, __other_bdaddr,
899 id = hci_for_each_dev(HCI_UP, __same_bdaddr, (long) &ba);
934 if (!hci_test_bit(HCI_UP, &di.flags)) {
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 678 HCI_UP,
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 65 HCI_UP,
    [all...]

Completed in 2316 milliseconds