Searched refs:require_privacy (Results 1 – 1 of 1) sorted by relevance
1069 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy, in hci_update_random_address_sync() argument1108 if (require_privacy) { in hci_update_random_address_sync()1341 bool connectable, require_privacy; in hci_setup_ext_adv_instance_sync() local1382 require_privacy = !connectable && !(adv && adv->periodic); in hci_setup_ext_adv_instance_sync()1384 err = hci_get_random_address(hdev, require_privacy, in hci_setup_ext_adv_instance_sync()6824 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, in hci_get_random_address() argument6867 if (require_privacy) { in hci_get_random_address()