Searched refs:hci_find_ltk (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | smp.c | 2202 key = hci_find_ltk(hcon->hdev, &hcon->dst, hcon->dst_type, hcon->role); in smp_ltk_encrypt() 2235 hci_find_ltk(hcon->hdev, &hcon->dst, hcon->dst_type, hcon->role)) in smp_sufficient_security()
|
| H A D | hci_core.c | 1145 struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_find_ltk() function 1293 old_key = hci_find_ltk(hdev, bdaddr, addr_type, role); in hci_add_ltk()
|
| H A D | hci_conn.c | 3387 ltk = hci_find_ltk(conn->hdev, &conn->dst, conn->dst_type,
|
| H A D | hci_event.c | 6768 ltk = hci_find_ltk(hdev, &conn->dst, conn->dst_type, conn->role); in hci_le_ltk_request_evt()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 1882 struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
|