Home
last modified time | relevance | path

Searched refs:HCI_PRIVACY (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sync.c1014 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 Dsmp.c647 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 Dhci_event.c5712 } 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 Dmgmt.c912 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 Dhci.h440 HCI_PRIVACY, enumerator