Searched refs:HCI_ENABLE_LL_PRIVACY (Results 1 – 4 of 4) sorted by relevance
/linux/net/bluetooth/ |
A D | hci_request.c | 583 hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY) && in hci_req_add_le_scan_disable() 604 hci_dev_test_flag(req->hdev, HCI_ENABLE_LL_PRIVACY)) { in del_from_accept_list() 639 !hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY) && in add_to_accept_list() 658 hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY)) { in add_to_accept_list() 698 hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY)) in update_accept_list() 725 !hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY) && in update_accept_list() 788 hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY) && in hci_req_start_scan() 1696 hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY)) in hci_get_random_address() 2164 hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY)) in hci_update_random_address()
|
A D | mgmt.c | 817 if (!hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY)) in get_supported_settings() 3856 if (hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY)) in read_exp_features_info() 3972 hci_dev_clear_flag(hdev, HCI_ENABLE_LL_PRIVACY); in set_zero_key_func() 4068 changed = !hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY); in set_rpa_resolution_func() 4069 hci_dev_set_flag(hdev, HCI_ENABLE_LL_PRIVACY); in set_rpa_resolution_func() 4075 changed = hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY); in set_rpa_resolution_func() 4076 hci_dev_clear_flag(hdev, HCI_ENABLE_LL_PRIVACY); in set_rpa_resolution_func() 5628 if (hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY)) in set_advertising() 7719 if (hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY)) in read_adv_features() 7958 if (hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY)) in add_advertising() [all …]
|
A D | hci_event.c | 5446 hci_dev_test_flag(hdev, HCI_ENABLE_LL_PRIVACY) && in hci_le_enh_conn_complete_evt()
|
/linux/include/net/bluetooth/ |
A D | hci.h | 330 HCI_ENABLE_LL_PRIVACY, enumerator
|
Completed in 50 milliseconds