Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_core.h223 struct link_key { struct
224 struct list_head list;
225 struct rcu_head rcu;
226 bdaddr_t bdaddr;
227 u8 type;
228 u8 val[HCI_LINK_KEY_SIZE];
229 u8 pin_len;
H A Dhci.h831 __u8 link_key[HCI_LINK_KEY_SIZE]; member
2639 __u8 link_key[HCI_LINK_KEY_SIZE]; member
/linux/net/bluetooth/
H A Dsmp.c119 u8 *link_key; member