Searched refs:HCI_PRIVACY (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/net/bluetooth/ |
D | hci_request.c | 437 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in add_to_accept_list() 539 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa() 793 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_req_add_le_passive_scan()
|
D | hci_sync.c | 823 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in adv_use_rpa() 2022 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa() 2148 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 2175 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 2663 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_passive_scan_sync() 5381 if (use_ll_privacy(hdev) && hci_dev_test_flag(hdev, HCI_PRIVACY)) { in hci_active_scan_sync() 5778 return hci_dev_test_flag(hdev, HCI_PRIVACY); in conn_use_rpa()
|
D | smp.c | 667 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_pairing_cmd() 1705 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_bredr_pairing_cmd()
|
D | mgmt.c | 910 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in get_current_settings() 7034 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() 7043 changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY); in set_privacy() 8291 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in read_local_oob_ext_data()
|
D | hci_event.c | 5752 } else if (hci_dev_test_flag(conn->hdev, HCI_PRIVACY)) { in le_conn_update_addr() 5836 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in le_conn_complete_evt() 6241 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in process_adv_report()
|
/Linux-v6.1/include/net/bluetooth/ |
D | hci.h | 335 HCI_PRIVACY, enumerator
|