Searched refs:HCI_PRIVACY (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 1014 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in adv_use_rpa() 2353 return hci_dev_test_flag(hdev, HCI_PRIVACY); in hci_start_interleave_scan() 2482 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 2520 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 3237 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_passive_scan_sync() 6649 return hci_dev_test_flag(hdev, HCI_PRIVACY); in hci_le_ext_directed_advertising_sync()
|
| H A D | smp.c | 647 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_pairing_cmd() 1679 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_bredr_pairing_cmd()
|
| H A D | hci_event.c | 5712 } else if (hci_dev_test_flag(conn->hdev, HCI_PRIVACY)) { in le_conn_update_addr() 5803 * initiator address based on the HCI_PRIVACY flag. in le_conn_complete_evt() 5808 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in le_conn_complete_evt() 6291 hci_dev_test_flag(hdev, HCI_PRIVACY)) { in process_adv_report()
|
| H A D | mgmt.c | 912 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in get_current_settings() 7226 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() 7235 changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY); in set_privacy() 8651 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in read_local_oob_ext_data()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 440 HCI_PRIVACY, enumerator
|