Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h217 struct link_key { struct
218 struct list_head list;
219 struct rcu_head rcu;
220 bdaddr_t bdaddr;
221 u8 type;
222 u8 val[HCI_LINK_KEY_SIZE];
223 u8 pin_len;
H A Dhci.h779 __u8 link_key[HCI_LINK_KEY_SIZE]; member
2316 __u8 link_key[HCI_LINK_KEY_SIZE]; member
/openbmc/linux/net/bluetooth/
H A Dsmp.c120 u8 *link_key; member