Searched refs:hci_find_link_key (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/net/bluetooth/ |
D | amp.c | 189 key = hci_find_link_key(hdev, &conn->dst); in phylink_gen_key()
|
D | hci_core.c | 2411 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() function 2588 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key() 2684 key = hci_find_link_key(hdev, bdaddr); in hci_remove_link_key() 2737 if (hci_find_link_key(hdev, bdaddr)) in hci_bdaddr_is_paired()
|
D | hci_event.c | 2699 !hci_find_link_key(hdev, &ev->bdaddr)) in hci_conn_complete_evt() 4097 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_link_key_request_evt() 4813 if (hci_find_link_key(hdev, &ev->bdaddr)) { in hci_user_confirm_request_evt()
|
D | smp.c | 1204 key = hci_find_link_key(hdev, &hcon->dst); in sc_generate_ltk()
|
/Linux-v5.15/include/net/bluetooth/ |
D | hci_core.h | 1316 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
|