Searched refs:HCI_PRIVACY (Results 1 – 4 of 4) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_sync.c | 1012 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in adv_use_rpa() 2176 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa() 2305 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 2343 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 3028 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_passive_scan_sync() 6216 return hci_dev_test_flag(hdev, HCI_PRIVACY); in conn_use_rpa()
|
H A D | smp.c | 668 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_pairing_cmd() 1713 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_bredr_pairing_cmd()
|
H A D | mgmt.c | 899 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in get_current_settings() 6961 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() 6970 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()
|
H A D | hci_event.c | 5579 } else if (hci_dev_test_flag(conn->hdev, HCI_PRIVACY)) { in le_conn_update_addr() 5663 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in le_conn_complete_evt() 6068 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in process_adv_report()
|