Searched refs:hci_find_link_key (Results 1 – 5 of 5) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_core.c | 1107 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() function 1282 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key() 1378 key = hci_find_link_key(hdev, bdaddr); in hci_remove_link_key() 1431 if (hci_find_link_key(hdev, bdaddr)) in hci_bdaddr_is_paired()
|
H A D | hci_event.c | 3151 !hci_find_link_key(hdev, &ev->bdaddr)) in hci_conn_complete_evt() 3172 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() 5359 if (hci_find_link_key(hdev, &ev->bdaddr)) { in hci_user_confirm_request_evt()
|
H A D | hci_conn.c | 3099 key = hci_find_link_key(conn->hdev, &conn->dst); in hci_conn_key_enc_size()
|
H A D | smp.c | 1211 key = hci_find_link_key(hdev, &hcon->dst); in sc_generate_ltk()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 1816 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
|