Searched refs:HCI_PRIVACY (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | hci_request.c | 783 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa() 895 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_req_add_le_passive_scan() 994 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in adv_use_rpa()
|
| D | hci_conn.c | 751 return hci_dev_test_flag(hdev, HCI_PRIVACY); in conn_use_rpa()
|
| D | smp.c | 678 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_pairing_cmd() 1701 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_bredr_pairing_cmd()
|
| D | mgmt.c | 826 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in get_current_settings() 4961 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() 4970 changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY); in set_privacy() 6238 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in read_local_oob_ext_data()
|
| D | hci_event.c | 4939 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in le_conn_complete_evt() 5289 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in process_adv_report()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 263 HCI_PRIVACY, enumerator
|