Searched defs:hci_for_each_dev (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/lib/
H A Dhci.c812 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);

Completed in 77 milliseconds