Searched refs:hci_find_link_key (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/net/bluetooth/ |
D | amp.c | 189 key = hci_find_link_key(hdev, &conn->dst); in phylink_gen_key()
|
D | hci_core.c | 2387 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() function 2564 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key() 2660 key = hci_find_link_key(hdev, bdaddr); in hci_remove_link_key() 2713 if (hci_find_link_key(hdev, bdaddr)) in hci_bdaddr_is_paired()
|
D | hci_event.c | 2620 !hci_find_link_key(hdev, &ev->bdaddr)) in hci_conn_complete_evt() 4003 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_link_key_request_evt() 4704 if (hci_find_link_key(hdev, &ev->bdaddr)) { in hci_user_confirm_request_evt()
|
D | smp.c | 1203 key = hci_find_link_key(hdev, &hcon->dst); in sc_generate_ltk()
|
/Linux-v5.10/include/net/bluetooth/ |
D | hci_core.h | 1253 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
|