Lines Matching defs:require_privacy
1069 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy,
1108 if (require_privacy) {
1341 bool connectable, require_privacy;
1378 /* Set require_privacy to true only when non-connectable
1382 require_privacy = !connectable && !(adv && adv->periodic);
1384 err = hci_get_random_address(hdev, require_privacy,
1870 /* Set require_privacy to true only when non-connectable
3071 /* Set require_privacy to false since no SCAN_REQ are send
6449 /* Set require_privacy to false so that the remote device has a
6521 /* Set require_privacy to false so that the remote device has a
6686 /* Update random address, but set require_privacy to false so
6868 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy,
6911 if (require_privacy) {