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

  /external/bluetooth/bluez/tools/
hcitool.c 432 hci_for_each_dev(HCI_UP, dev_info, 0);
883 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1198 hci_for_each_dev(HCI_UP, conn_list, dev_id);
1299 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1374 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1425 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1493 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
1563 dev_id = hci_for_each_dev(HCI_UP, find_conn, (long) &bdaddr);
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 138 int hci_for_each_dev(int flag, int(*func)(int dd, int dev_id, long arg), long arg);
  /external/bluetooth/bluez/lib/
hci.c 812 int hci_for_each_dev(int flag, int (*func)(int dd, int dev_id, long arg), function
886 return hci_for_each_dev(HCI_UP, __other_bdaddr,
902 id = hci_for_each_dev(HCI_UP, __same_bdaddr, (long) &ba);
    [all...]

Completed in 22 milliseconds