diff options
| author | Brian Gix <[email protected]> | 2022-08-05 23:42:31 +0000 |
|---|---|---|
| committer | Luiz Augusto von Dentz <[email protected]> | 2022-08-25 23:19:22 +0000 |
| commit | e07a06b4eb417f5271d33ce2240e93c62d98b7b4 (patch) | |
| tree | 0f332fddf00d0d6fbd7a92b4b270b2194a99fb6d /net/bluetooth/hci_request.h | |
| parent | Bluetooth: Delete unused hci_req_stop_discovery() (diff) | |
| download | kernel-e07a06b4eb417f5271d33ce2240e93c62d98b7b4.tar.gz kernel-e07a06b4eb417f5271d33ce2240e93c62d98b7b4.zip | |
Bluetooth: Convert SCO configure_datapath to hci_sync
Recoding HCI cmds to offload SCO codec to use hci_sync mechanism rather
than deprecated hci_request mechanism.
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/hci_request.h b/net/bluetooth/hci_request.h index faf6d9a51a91..41e0b84f2042 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 */ -int hci_req_configure_datapath(struct hci_dev *hdev, struct bt_codec *codec); - void __hci_req_update_scan(struct hci_request *req); int hci_update_random_address(struct hci_request *req, bool require_privacy, |
