Lines Matching refs:irk
5884 struct smp_irk *irk;
5956 irk = hci_get_irk(hdev, &conn->dst, conn->dst_type);
5957 if (irk) {
5958 bacpy(&conn->dst, &irk->bdaddr);
5959 conn->dst_type = irk->addr_type;
6266 struct smp_irk *irk;
6332 if (!smp_irk_matches(hdev, hdev->irk, direct_addr))
6337 irk = hci_get_irk(hdev, bdaddr, bdaddr_type);
6338 if (irk) {
6339 bdaddr = &irk->bdaddr;
6340 bdaddr_type = irk->addr_type;