Home
last modified time | relevance | path

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

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