Searched refs:hci_inquiry_cache_lookup (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci_core.h223 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, bdaddr_t *bdaddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_conn.c71 if ((ie = hci_inquiry_cache_lookup(hdev, &conn->dst)) &&
H A Dhci_core.c309 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, bdaddr_t *bdaddr) function
329 if (!(e = hci_inquiry_cache_lookup(hdev, &data->bdaddr))) {
H A Dhci_event.c1084 if ((ie = hci_inquiry_cache_lookup(hdev, &conn->dst))) {
1103 if ((ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr))) {

Completed in 60 milliseconds