Searched refs:smp_irk_matches (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.h | 191 bool smp_irk_matches(struct hci_dev *hdev, const u8 irk[16],
|
H A D | smp.c | 497 bool smp_irk_matches(struct hci_dev *hdev, const u8 irk[16], in smp_irk_matches() function
|
H A D | hci_event.c | 5554 if (!smp_irk_matches(hdev, hdev->irk, direct_addr)) in process_adv_report()
|
H A D | hci_core.c | 2519 if (smp_irk_matches(hdev, irk->val, rpa)) { in hci_find_irk_by_rpa()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.h | 191 bool smp_irk_matches(struct hci_dev *hdev, const u8 irk[16],
|
H A D | smp.c | 498 bool smp_irk_matches(struct hci_dev *hdev, const u8 irk[16], in smp_irk_matches() function
|
H A D | hci_core.c | 1250 if (smp_irk_matches(hdev, irk->val, rpa)) { in hci_find_irk_by_rpa()
|
H A D | hci_event.c | 6332 if (!smp_irk_matches(hdev, hdev->irk, direct_addr)) in process_adv_report()
|
Completed in 34 milliseconds