Searched refs:require_privacy (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_sync.h | 78 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, 82 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy,
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_request.c | 636 bool require_privacy, bool use_rpa, in hci_update_random_address() argument 673 if (require_privacy) { in hci_update_random_address()
|
H A D | hci_sync.c | 1074 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy, in hci_update_random_address_sync() argument 1113 if (require_privacy) { in hci_update_random_address_sync() 6673 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, in hci_get_random_address() argument 6716 if (require_privacy) { in hci_get_random_address()
|