Searched refs:hci_for_each_dev (Results 1 - 3 of 3) sorted by relevance
/external/bluetooth/bluez/tools/ |
H A D | 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); 1740 dev_id = hci_for_each_dev(HCI_U [all...] |
/external/bluetooth/bluez/lib/bluetooth/ |
H A D | hci_lib.h | 131 int hci_for_each_dev(int flag, int(*func)(int dd, int dev_id, long arg), long arg);
|
/external/bluetooth/bluez/lib/ |
H A D | hci.c | 810 int hci_for_each_dev(int flag, int (*func)(int dd, int dev_id, long arg), long arg) function 883 return hci_for_each_dev(HCI_UP, __other_bdaddr, 899 id = hci_for_each_dev(HCI_UP, __same_bdaddr, (long) &ba);
|
Completed in 452 milliseconds