Searched refs:hci_find_link_key (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/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 | 3194 !hci_find_link_key(hdev, &ev->bdaddr)) in hci_conn_complete_evt() 4697 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_link_key_request_evt() 5463 if (hci_find_link_key(hdev, &ev->bdaddr)) { in hci_user_confirm_request_evt()
|
| D | smp.c | 1211 key = hci_find_link_key(hdev, &hcon->dst); in sc_generate_ltk()
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci_core.h | 1691 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
|