Home
last modified time | relevance | path

Searched refs:hci_find_link_key (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_core.c1122 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() function
1299 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key()
1395 key = hci_find_link_key(hdev, bdaddr); in hci_remove_link_key()
1448 if (hci_find_link_key(hdev, bdaddr)) in hci_bdaddr_is_paired()
H A Dhci_event.c3151 !hci_find_link_key(hdev, &ev->bdaddr)) in hci_conn_complete_evt()
3173 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_conn_complete_evt()
4592 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_link_key_request_evt()
5362 if (hci_find_link_key(hdev, &ev->bdaddr)) { in hci_user_confirm_request_evt()
H A Dsmp.c1218 key = hci_find_link_key(hdev, &hcon->dst); in sc_generate_ltk()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1680 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);