diff options
Diffstat (limited to 'net/bluetooth/hci_request.h')
-rw-r--r-- | net/bluetooth/hci_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_request.h b/net/bluetooth/hci_request.h index 55b2050cc9ff..a7019fbeadd3 100644 --- a/net/bluetooth/hci_request.h +++ b/net/bluetooth/hci_request.h | |||
@@ -83,7 +83,7 @@ void hci_req_clear_adv_instance(struct hci_dev *hdev, struct sock *sk, | |||
83 | 83 | ||
84 | int __hci_req_setup_ext_adv_instance(struct hci_request *req, u8 instance); | 84 | int __hci_req_setup_ext_adv_instance(struct hci_request *req, u8 instance); |
85 | int __hci_req_start_ext_adv(struct hci_request *req, u8 instance); | 85 | int __hci_req_start_ext_adv(struct hci_request *req, u8 instance); |
86 | void __hci_req_enable_ext_advertising(struct hci_request *req); | 86 | int __hci_req_enable_ext_advertising(struct hci_request *req, u8 instance); |
87 | void __hci_req_clear_ext_adv_sets(struct hci_request *req); | 87 | void __hci_req_clear_ext_adv_sets(struct hci_request *req); |
88 | int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, | 88 | int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, |
89 | bool use_rpa, struct adv_info *adv_instance, | 89 | bool use_rpa, struct adv_info *adv_instance, |