hci_find_link_key 1105 include/net/bluetooth/hci_core.h struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr); hci_find_link_key 189 net/bluetooth/amp.c key = hci_find_link_key(hdev, &conn->dst); hci_find_link_key 2451 net/bluetooth/hci_core.c old_key = hci_find_link_key(hdev, bdaddr); hci_find_link_key 2547 net/bluetooth/hci_core.c key = hci_find_link_key(hdev, bdaddr); hci_find_link_key 2600 net/bluetooth/hci_core.c if (hci_find_link_key(hdev, bdaddr)) hci_find_link_key 2503 net/bluetooth/hci_event.c !hci_find_link_key(hdev, &ev->bdaddr)) hci_find_link_key 3884 net/bluetooth/hci_event.c key = hci_find_link_key(hdev, &ev->bdaddr); hci_find_link_key 1202 net/bluetooth/smp.c key = hci_find_link_key(hdev, &hcon->dst);