aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/bluetooth/hci_sync.c
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2021-10-27 16:58:47 -0700
committerMarcel Holtmann <marcel@holtmann.org>2021-10-29 16:51:59 +0200
commit451d95a98c5a350da2f2c5447cc17115a5b94c8e (patch)
tree113e0db3c443566c2ba46744b6ca760bd11c3a09 /net/bluetooth/hci_sync.c
parentBluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLE (diff)
downloadwireguard-linux-451d95a98c5a350da2f2c5447cc17115a5b94c8e.tar.xz
wireguard-linux-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.c2
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;