Lines Matching refs:irk
5169 struct smp_irk *irk;
5224 irk = hci_get_irk(hdev, &conn->dst, conn->dst_type);
5225 if (irk) {
5226 bacpy(&conn->dst, &irk->bdaddr);
5227 conn->dst_type = irk->addr_type;
5492 struct smp_irk *irk;
5554 if (!smp_irk_matches(hdev, hdev->irk, direct_addr))
5559 irk = hci_get_irk(hdev, bdaddr, bdaddr_type);
5560 if (irk) {
5561 bdaddr = &irk->bdaddr;
5562 bdaddr_type = irk->addr_type;