Searched refs:HCI_PRIVACY (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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() 772 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_req_add_le_passive_scan()
|
D | hci_sync.c | 851 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in adv_use_rpa() 2051 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa() 2185 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 2222 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 2808 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_passive_scan_sync() 6067 return hci_dev_test_flag(hdev, HCI_PRIVACY); in conn_use_rpa()
|
D | smp.c | 669 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()
|
D | mgmt.c | 916 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in get_current_settings() 7042 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() 7051 changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY); in set_privacy() 8304 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in read_local_oob_ext_data()
|
D | hci_event.c | 5836 } else if (hci_dev_test_flag(conn->hdev, HCI_PRIVACY)) { in le_conn_update_addr() 5920 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in le_conn_complete_evt() 6325 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in process_adv_report()
|
/linux-6.6.21/include/net/bluetooth/ ! |
D | hci.h | 392 HCI_PRIVACY, enumerator
|