Searched refs:HCI_PRIVACY (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 1018 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in adv_use_rpa() 2249 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa() 2378 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 2416 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 3111 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_passive_scan_sync() 6348 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 | 912 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in get_current_settings() 7131 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() 7140 changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY); in set_privacy() 8394 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in read_local_oob_ext_data()
|
| H A D | hci_event.c | 5638 } else if (hci_dev_test_flag(conn->hdev, HCI_PRIVACY)) { in le_conn_update_addr() 5732 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in le_conn_complete_evt() 6203 hci_dev_test_flag(hdev, HCI_PRIVACY)) { in process_adv_report()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 443 HCI_PRIVACY, enumerator
|