Home
last modified time | relevance | path

Searched refs:direct_addr (Results 1 – 2 of 2) sorted by relevance

/linux/net/bluetooth/
H A Dhci_event.c6003 u8 bdaddr_type, bdaddr_t *direct_addr, in process_adv_report() argument
6055 if (!hci_dev_test_flag(hdev, HCI_MESH) && direct_addr) { in process_adv_report()
6062 if (!hci_bdaddr_is_rpa(direct_addr, direct_addr_type)) in process_adv_report()
6075 if (!smp_irk_matches(hdev, hdev->irk, direct_addr)) in process_adv_report()
6656 info->bdaddr_type, &info->direct_addr, in hci_le_direct_adv_report_evt()
H A Dhci_sync.c6320 bacpy(&cp.direct_addr, &conn->dst); in hci_le_directed_advertising_sync()