Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dsmp.c41 ((struct smp_dev *)((struct l2cap_chan *)((hdev)->smp_data))->data)
85 struct smp_dev { struct
505 struct smp_dev *smp; in smp_irk_matches()
526 struct smp_dev *smp; in smp_generate_rpa()
551 struct smp_dev *smp; in smp_generate_oob()
1873 struct smp_dev *smp_dev; in sc_send_public_key() local
1878 smp_dev = chan->data; in sc_send_public_key()
1880 memcpy(smp->local_pk, smp_dev->local_pk, 64); in sc_send_public_key()
1881 memcpy(smp->lr, smp_dev->local_rand, 16); in sc_send_public_key()
1883 if (smp_dev->debug_key) in sc_send_public_key()
[all …]