aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/bluetooth/hci_sync.c
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2021-10-27 16:58:51 -0700
committerMarcel Holtmann <marcel@holtmann.org>2021-10-29 16:51:59 +0200
commitd81a494c43df66f053f7d1ec612e057eb99f34d4 (patch)
treefa2ba058c105c035e3f205e844497ee914fa8cd0 /net/bluetooth/hci_sync.c
parentBluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFO (diff)
downloadwireguard-linux-d81a494c43df66f053f7d1ec612e057eb99f34d4.tar.xz
wireguard-linux-d81a494c43df66f053f7d1ec612e057eb99f34d4.zip
Bluetooth: hci_sync: Convert MGMT_OP_SET_LE
Uses: hci_disable_advertising_sync hci_remove_ext_adv_instance_sync hci_write_le_host_supported_sync hci_setup_ext_adv_instance_sync hci_update_scan_rsp_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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c
index 37595b393ac1..877f5b97a0f2 100644
--- a/net/bluetooth/hci_sync.c
+++ b/net/bluetooth/hci_sync.c
@@ -2149,8 +2149,7 @@ static int hci_write_ssp_mode_sync(struct hci_dev *hdev, u8 mode)
return hci_write_sc_support_sync(hdev, 0x01);
}
-static int hci_write_le_host_supported_sync(struct hci_dev *hdev, u8 le,
- u8 simul)
+int hci_write_le_host_supported_sync(struct hci_dev *hdev, u8 le, u8 simul)
{
struct hci_cp_write_le_host_supported cp;