Searched refs:require_privacy (Results 1 – 2 of 2) sorted by relevance
| /linux/include/net/bluetooth/ |
| H A D | hci_sync.h | 99 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, 103 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy,
|
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 1062 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy, in hci_update_random_address_sync() argument 1101 if (require_privacy) { in hci_update_random_address_sync() 1334 bool connectable, require_privacy; in hci_setup_ext_adv_instance_sync() local 1375 require_privacy = !connectable && !(adv && adv->periodic); in hci_setup_ext_adv_instance_sync() 1377 err = hci_get_random_address(hdev, require_privacy, in hci_setup_ext_adv_instance_sync() 6814 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, in hci_get_random_address() argument 6857 if (require_privacy) { in hci_get_random_address()
|