Searched refs:require_privacy (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.h | 93 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, 109 int hci_update_random_address(struct hci_request *req, bool require_privacy,
|
H A D | hci_request.c | 1060 /* Set require_privacy to false since no SCAN_REQ are send in hci_req_add_le_passive_scan() 1529 /* Set require_privacy to true only when non-connectable in __hci_req_enable_advertising() 2005 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, in hci_get_random_address() argument 2062 if (require_privacy) { in hci_get_random_address() 2128 /* Set require_privacy to true only when non-connectable in __hci_req_setup_ext_adv_instance() 2474 int hci_update_random_address(struct hci_request *req, bool require_privacy, in hci_update_random_address() argument 2517 if (require_privacy) { in hci_update_random_address()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_sync.h | 60 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, 64 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy,
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 634 bool require_privacy, bool use_rpa, in hci_update_random_address() 671 if (require_privacy) { in hci_update_random_address() 742 /* Set require_privacy to false since no SCAN_REQ are send in hci_req_add_le_passive_scan() 633 hci_update_random_address(struct hci_request *req, bool require_privacy, bool use_rpa, u8 *own_addr_type) hci_update_random_address() argument
|
H A D | hci_sync.c | 900 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy, in hci_update_random_address_sync() argument 939 if (require_privacy) { in hci_update_random_address_sync() 1093 /* Set require_privacy to true only when non-connectable in hci_setup_ext_adv_instance_sync() 1558 /* Set require_privacy to true only when non-connectable in hci_enable_advertising_sync() 2783 /* Set require_privacy to false since no SCAN_REQ are send in hci_passive_scan_sync() 6100 /* Set require_privacy to false so that the remote device has a in hci_le_ext_directed_advertising_sync() 6168 /* Set require_privacy to false so that the remote device has a in hci_le_directed_advertising_sync() 6321 /* Update random address, but set require_privacy to false so in hci_le_create_conn_sync() 6505 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, in hci_get_random_address() argument 6548 if (require_privacy) { in hci_get_random_address() [all...] |
Completed in 14 milliseconds