Home
last modified time | relevance | path

Searched refs:HCI_PRIVACY (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_request.c439 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in add_to_accept_list()
541 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa()
774 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_req_add_le_passive_scan()
H A Dhci_sync.c860 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in adv_use_rpa()
2060 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa()
2194 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync()
2231 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync()
2861 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_passive_scan_sync()
6026 return hci_dev_test_flag(hdev, HCI_PRIVACY); in conn_use_rpa()
H A Dsmp.c669 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_pairing_cmd()
1719 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_bredr_pairing_cmd()
H A Dhci_event.c5583 } else if (hci_dev_test_flag(conn->hdev, HCI_PRIVACY)) { in le_conn_update_addr()
5667 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in le_conn_complete_evt()
6071 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in process_adv_report()
H A Dmgmt.c899 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in get_current_settings()
6972 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy()
6981 changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY); in set_privacy()
8234 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in read_local_oob_ext_data()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h386 HCI_PRIVACY, enumerator