Home
last modified time | relevance | path

Searched defs:smp_ltk (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h183 struct smp_ltk { struct
184 struct list_head list;
185 struct rcu_head rcu;
186 bdaddr_t bdaddr;
187 u8 bdaddr_type;
188 u8 link_type;
189 u8 authenticated;
190 u8 type;
191 u8 enc_size;
192 __le16 ediv;
[all …]
/kernel/linux/linux-6.6/include/net/bluetooth/
Dhci_core.h196 struct smp_ltk { struct
197 struct list_head list;
198 struct rcu_head rcu;
199 bdaddr_t bdaddr;
200 u8 bdaddr_type;
201 u8 authenticated;
202 u8 type;
203 u8 enc_size;
204 __le16 ediv;
205 __le64 rand;
[all …]