Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_core.h216 struct link_key { struct
217 struct list_head list;
218 struct rcu_head rcu;
219 bdaddr_t bdaddr;
220 u8 type;
221 u8 val[HCI_LINK_KEY_SIZE];
222 u8 pin_len;
/linux/net/bluetooth/
H A Dsmp.c119 u8 *link_key; member