Searched refs:HCI_PRIVACY (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_request.c | 293 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_req_add_le_passive_scan() 347 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in hci_update_random_address()
|
D | smp.c | 681 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_pairing_cmd() 1684 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_bredr_pairing_cmd()
|
D | mgmt.c | 696 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in get_current_settings() 5511 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() 5515 changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY); in set_privacy() 6863 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in read_local_oob_ext_data()
|
D | hci_event.c | 4485 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in hci_le_conn_complete_evt() 4765 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in process_adv_report()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 235 HCI_PRIVACY, enumerator
|