Home
last modified time | relevance | path

Searched refs:remote_irk (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/bluetooth/
Dsmp.c121 struct smp_irk *remote_irk; member
801 if (smp->remote_irk) { in smp_chan_destroy()
802 list_del_rcu(&smp->remote_irk->list); in smp_chan_destroy()
803 kfree_rcu(smp->remote_irk, rcu); in smp_chan_destroy()
1071 if (smp->remote_irk) { in smp_notify_keys()
1072 mgmt_new_irk(hdev, smp->remote_irk, persistent); in smp_notify_keys()
1079 bacpy(&hcon->dst, &smp->remote_irk->bdaddr); in smp_notify_keys()
1080 hcon->dst_type = smp->remote_irk->addr_type; in smp_notify_keys()
2457 smp->remote_irk = NULL; in smp_cancel_and_remove_pairing()
2594 smp->remote_irk = hci_add_irk(conn->hcon->hdev, &smp->id_addr, in smp_cmd_ident_addr_info()