Home
last modified time | relevance | path

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

/net/bluetooth/
Dsmp.c118 struct smp_irk *remote_irk; member
785 if (smp->remote_irk) { in smp_chan_destroy()
786 list_del_rcu(&smp->remote_irk->list); in smp_chan_destroy()
787 kfree_rcu(smp->remote_irk, rcu); in smp_chan_destroy()
1061 if (smp->remote_irk) { in smp_notify_keys()
1062 smp->remote_irk->link_type = hcon->type; in smp_notify_keys()
1063 mgmt_new_irk(hdev, smp->remote_irk, persistent); in smp_notify_keys()
1070 bacpy(&hcon->dst, &smp->remote_irk->bdaddr); in smp_notify_keys()
1071 hcon->dst_type = smp->remote_irk->addr_type; in smp_notify_keys()
2481 smp->remote_irk = NULL; in smp_cancel_and_remove_pairing()
[all …]