Searched refs:hci_find_link_key (Results 1 – 4 of 4) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_core.c | 1089 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() function 1266 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key() 1362 key = hci_find_link_key(hdev, bdaddr); in hci_remove_link_key() 1415 if (hci_find_link_key(hdev, bdaddr)) in hci_bdaddr_is_paired()
|
H A D | hci_event.c | 3137 !hci_find_link_key(hdev, &ev->bdaddr)) in hci_conn_complete_evt() 3159 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_conn_complete_evt() 4591 key = hci_find_link_key(hdev, &ev->bdaddr); in hci_link_key_request_evt() 5358 if (hci_find_link_key(hdev, &ev->bdaddr)) { in hci_user_confirm_request_evt()
|
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 | 1783 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
|