diff options
author | Brian Gix <brian.gix@intel.com> | 2022-08-05 16:42:30 -0700 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2022-08-25 16:19:07 -0700 |
commit | 9e63767dd58a388ca1c000058f0bf84abf154b48 (patch) | |
tree | 8ea882a8d240c94254a4f3585fa71b9d1d679741 /net/bluetooth/hci_request.h | |
parent | 27d54b778ad1fb32c2c108cfe97e861c3909a46f (diff) | |
download | lwn-9e63767dd58a388ca1c000058f0bf84abf154b48.tar.gz lwn-9e63767dd58a388ca1c000058f0bf84abf154b48.zip |
Bluetooth: Delete unused hci_req_stop_discovery()
hci_req_stop_discovery has been deprecated in favor of
hci_stop_discovery_sync() as part of transition to hci_sync.c
Signed-off-by: Brian Gix <brian.gix@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth/hci_request.h')
-rw-r--r-- | net/bluetooth/hci_request.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/hci_request.h b/net/bluetooth/hci_request.h index 39d001fa3acf..faf6d9a51a91 100644 --- a/net/bluetooth/hci_request.h +++ b/net/bluetooth/hci_request.h @@ -113,8 +113,6 @@ int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, void __hci_req_update_class(struct hci_request *req); /* Returns true if HCI commands were queued */ -bool hci_req_stop_discovery(struct hci_request *req); - int hci_req_configure_datapath(struct hci_dev *hdev, struct bt_codec *codec); void __hci_req_update_scan(struct hci_request *req); |