Searched refs:HCI_PRIVACY (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/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() 2805 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_passive_scan_sync() 6062 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() 1712 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() 7041 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() 7050 changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY); in set_privacy() 8293 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in read_local_oob_ext_data()
|
| D | hci_event.c | 5828 } else if (hci_dev_test_flag(conn->hdev, HCI_PRIVACY)) { in le_conn_update_addr() 5912 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in le_conn_complete_evt() 6324 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in process_adv_report()
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci.h | 391 HCI_PRIVACY, enumerator
|