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.c1082 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() function
1259 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key()
1355 key = hci_find_link_key(hdev, bdaddr); in hci_remove_link_key()
1408 if (hci_find_link_key(hdev, bdaddr)) in hci_bdaddr_is_paired()
H A Dhci_event.c3140 !hci_find_link_key(hdev, &ev->bdaddr)) in hci_conn_complete_evt()
3162 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_conn_complete_evt()
4586 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_link_key_request_evt()
5353 if (hci_find_link_key(hdev, &ev->bdaddr)) { in hci_user_confirm_request_evt()
H A Dsmp.c1212 key = hci_find_link_key(hdev, &hcon->dst); in sc_generate_ltk()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1716 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);