Home
last modified time | relevance | path

Searched defs:link_key (Results 1 – 3 of 3) sorted by relevance

/linux-6.8/include/net/bluetooth/
Dhci_core.h221 struct link_key { struct
222 struct list_head list;
223 struct rcu_head rcu;
224 bdaddr_t bdaddr;
225 u8 bdaddr_type;
226 u8 link_type;
227 u8 type;
228 u8 val[HCI_LINK_KEY_SIZE];
229 u8 pin_len;
Dhci.h771 __u8 link_key[HCI_LINK_KEY_SIZE]; member
2389 __u8 link_key[HCI_LINK_KEY_SIZE]; member
/linux-6.8/net/bluetooth/
Dsmp.c119 u8 *link_key; member