hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/net/bluetooth/hci_request.h
....@@ -65,9 +65,12 @@
6565 void __hci_req_update_name(struct hci_request *req);
6666 void __hci_req_update_eir(struct hci_request *req);
6767
68
-void hci_req_add_le_scan_disable(struct hci_request *req);
68
+void hci_req_add_le_scan_disable(struct hci_request *req, bool rpa_le_conn);
6969 void hci_req_add_le_passive_scan(struct hci_request *req);
7070
71
+void hci_req_prepare_suspend(struct hci_dev *hdev, enum suspended_state next);
72
+
73
+void hci_req_disable_address_resolution(struct hci_dev *hdev);
7174 void hci_req_reenable_advertising(struct hci_dev *hdev);
7275 void __hci_req_enable_advertising(struct hci_request *req);
7376 void __hci_req_disable_advertising(struct hci_request *req);
....@@ -83,7 +86,9 @@
8386
8487 int __hci_req_setup_ext_adv_instance(struct hci_request *req, u8 instance);
8588 int __hci_req_start_ext_adv(struct hci_request *req, u8 instance);
86
-void __hci_req_enable_ext_advertising(struct hci_request *req);
89
+int __hci_req_enable_ext_advertising(struct hci_request *req, u8 instance);
90
+int __hci_req_disable_ext_adv_instance(struct hci_request *req, u8 instance);
91
+int __hci_req_remove_ext_adv_instance(struct hci_request *req, u8 instance);
8792 void __hci_req_clear_ext_adv_sets(struct hci_request *req);
8893 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy,
8994 bool use_rpa, struct adv_info *adv_instance,