Searched refs:hci_find_link_key (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | amp.c | 188 key = hci_find_link_key(hdev, &conn->dst); in phylink_gen_key()
|
D | hci_core.c | 1133 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() function 1310 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key() 1406 key = hci_find_link_key(hdev, bdaddr); in hci_remove_link_key() 1459 if (hci_find_link_key(hdev, bdaddr)) in hci_bdaddr_is_paired()
|
D | hci_event.c | 3210 !hci_find_link_key(hdev, &ev->bdaddr)) in hci_conn_complete_evt() 4702 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_link_key_request_evt() 5471 if (hci_find_link_key(hdev, &ev->bdaddr)) { in hci_user_confirm_request_evt()
|
D | smp.c | 1218 key = hci_find_link_key(hdev, &hcon->dst); in sc_generate_ltk()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci_core.h | 1722 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
|