hci_find_ltk     1112 include/net/bluetooth/hci_core.h struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_find_ltk     2498 net/bluetooth/hci_core.c 	old_key = hci_find_ltk(hdev, bdaddr, addr_type, role);
hci_find_ltk     5584 net/bluetooth/hci_event.c 	ltk = hci_find_ltk(hdev, &conn->dst, conn->dst_type, conn->role);
hci_find_ltk     2212 net/bluetooth/smp.c 	key = hci_find_ltk(hcon->hdev, &hcon->dst, hcon->dst_type, hcon->role);
hci_find_ltk     2245 net/bluetooth/smp.c 	    hci_find_ltk(hcon->hdev, &hcon->dst, hcon->dst_type, hcon->role))