Searched refs:HCI_PRIVACY (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 437 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in add_to_accept_list() 539 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa() 772 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_req_add_le_passive_scan()
|
H A D | hci_sync.c | 857 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in adv_use_rpa() 2057 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa() 2191 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 2228 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in hci_le_add_resolve_list_sync() 2814 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_passive_scan_sync() 6084 return hci_dev_test_flag(hdev, HCI_PRIVACY); in conn_use_rpa()
|
H A D | smp.c | 669 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_pairing_cmd() 1719 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in build_bredr_pairing_cmd()
|
H A D | mgmt.c | 911 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in get_current_settings() 6974 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() 6983 changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY); in set_privacy() 8236 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in read_local_oob_ext_data()
|
H A D | hci_event.c | 5837 } else if (hci_dev_test_flag(conn->hdev, HCI_PRIVACY)) { in le_conn_update_addr() 5916 * initiator address based on the HCI_PRIVACY flag. in le_conn_complete_evt() 5921 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in le_conn_complete_evt() 6325 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in process_adv_report()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 820 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in add_to_accept_list() 926 return hci_dev_test_flag(hdev, HCI_PRIVACY); in scan_use_rpa() 1089 if (hci_dev_test_flag(hdev, HCI_PRIVACY) && in hci_req_add_le_passive_scan() 1442 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in adv_use_rpa()
|
H A D | hci_event.c | 5122 } else if (hci_dev_test_flag(conn->hdev, HCI_PRIVACY)) { in le_conn_update_addr() 5195 * initiator address based on the HCI_PRIVACY flag. in le_conn_complete_evt() 5200 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in le_conn_complete_evt() 5547 if (!hci_dev_test_flag(hdev, HCI_PRIVACY)) in process_adv_report()
|
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 | 867 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) in get_current_settings() 5830 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() 5839 changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY); in set_privacy() 7143 if (hci_dev_test_flag(hdev, HCI_PRIVACY)) { in read_local_oob_ext_data()
|
H A D | hci_conn.c | 782 return hci_dev_test_flag(hdev, HCI_PRIVACY); in conn_use_rpa()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 306 HCI_PRIVACY, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 392 HCI_PRIVACY, enumerator
|
Completed in 71 milliseconds