diff options
author | Brian Gix <brian.gix@intel.com> | 2021-10-27 16:58:47 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-10-29 16:51:59 +0200 |
commit | 451d95a98c5a350da2f2c5447cc17115a5b94c8e (patch) | |
tree | 113e0db3c443566c2ba46744b6ca760bd11c3a09 /net/bluetooth/hci_sync.c | |
parent | 353a0249c3f60365c55d53e2d068de4f43669a22 (diff) | |
download | lwn-451d95a98c5a350da2f2c5447cc17115a5b94c8e.tar.gz lwn-451d95a98c5a350da2f2c5447cc17115a5b94c8e.zip |
Bluetooth: hci_sync: Enable synch'd set_bredr
Uses previously written:
hci_write_fast_connectable_sync
hci_update_scan_sync
hci_update_adv_data_sync
Signed-off-by: Brian Gix <brian.gix@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hci_sync.c')
-rw-r--r-- | net/bluetooth/hci_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c index f7c30b4e9aca..39fdb51c9698 100644 --- a/net/bluetooth/hci_sync.c +++ b/net/bluetooth/hci_sync.c @@ -2262,7 +2262,7 @@ static int hci_write_scan_enable_sync(struct hci_dev *hdev, u8 val) HCI_CMD_TIMEOUT); } -static int hci_update_scan_sync(struct hci_dev *hdev) +int hci_update_scan_sync(struct hci_dev *hdev) { u8 scan; |