Searched refs:hci_find_link_key (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | amp.c | 189 key = hci_find_link_key(hdev, &conn->dst); in phylink_gen_key()
|
D | hci_core.c | 1132 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() function 1309 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key() 1405 key = hci_find_link_key(hdev, bdaddr); in hci_remove_link_key() 1458 if (hci_find_link_key(hdev, bdaddr)) in hci_bdaddr_is_paired()
|
D | hci_event.c | 3202 !hci_find_link_key(hdev, &ev->bdaddr)) in hci_conn_complete_evt() 4630 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_link_key_request_evt() 5390 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-6.1.9/include/net/bluetooth/ |
D | hci_core.h | 1545 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
|