Searched refs:require_privacy (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/net/bluetooth/ |
A D | hci_sync.h | 55 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, 59 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy,
|
/linux-6.3-rc2/net/bluetooth/ |
A D | hci_request.c | 655 bool require_privacy, bool use_rpa, in hci_update_random_address() argument 692 if (require_privacy) { in hci_update_random_address()
|
A D | hci_sync.c | 866 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy, in hci_update_random_address_sync() argument 905 if (require_privacy) { in hci_update_random_address_sync() 6115 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, in hci_get_random_address() argument 6158 if (require_privacy) { in hci_get_random_address()
|
Completed in 14 milliseconds