Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dsmp.c40 ((struct smp_dev *)((struct l2cap_chan *)((hdev)->smp_data))->data)
84 struct smp_dev { struct
514 struct smp_dev *smp; in smp_irk_matches()
535 struct smp_dev *smp; in smp_generate_rpa()
560 struct smp_dev *smp; in smp_generate_oob()
1894 struct smp_dev *smp_dev; in sc_send_public_key() local
1899 smp_dev = chan->data; in sc_send_public_key()
1901 memcpy(smp->local_pk, smp_dev->local_pk, 64); in sc_send_public_key()
1902 memcpy(smp->lr, smp_dev->local_rand, 16); in sc_send_public_key()
1904 if (smp_dev->debug_key) in sc_send_public_key()
[all …]