diff options
| author | Brian Gix <[email protected]> | 2022-08-05 23:42:32 +0000 |
|---|---|---|
| committer | Luiz Augusto von Dentz <[email protected]> | 2022-08-25 23:19:37 +0000 |
| commit | c249ea9b4309cf3250c5bbb42a05d38d0ed9071c (patch) | |
| tree | 143a53a9dd91abe934938af6e4e34a762ba351cb /net/bluetooth/hci_request.h | |
| parent | Bluetooth: Convert SCO configure_datapath to hci_sync (diff) | |
| download | kernel-c249ea9b4309cf3250c5bbb42a05d38d0ed9071c.tar.gz kernel-c249ea9b4309cf3250c5bbb42a05d38d0ed9071c.zip | |
Bluetooth: Move Adv Instance timer to hci_sync
The Advertising Instance expiration timer adv_instance_expire was
handled with the deprecated hci_request mechanism, rather than it's
replacement: hci_sync.
Signed-off-by: Brian Gix <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>
Diffstat (limited to 'net/bluetooth/hci_request.h')
| -rw-r--r-- | net/bluetooth/hci_request.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/bluetooth/hci_request.h b/net/bluetooth/hci_request.h index 41e0b84f2042..3d1b3d97ccdd 100644 --- a/net/bluetooth/hci_request.h +++ b/net/bluetooth/hci_request.h @@ -90,10 +90,6 @@ void __hci_req_update_scan_rsp_data(struct hci_request *req, u8 instance); int __hci_req_schedule_adv_instance(struct hci_request *req, u8 instance, bool force); -void hci_req_clear_adv_instance(struct hci_dev *hdev, struct sock *sk, - struct hci_request *req, u8 instance, - bool force); - int __hci_req_setup_ext_adv_instance(struct hci_request *req, u8 instance); int __hci_req_setup_per_adv_instance(struct hci_request *req, u8 instance, u16 min_interval, u16 max_interval); |
