diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-01-06 08:38:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-01-06 08:38:34 +0000 |
commit | c101de36ef524ea322ca50ac7daa3d432ed4c47d (patch) | |
tree | 58411cde37d8d5deb11d16fde7dec24327869c1d | |
parent | 3dec5b3292428e327678eaaa9ac79666c3a928fd (diff) | |
parent | 60094aa17af128fb8034945cdeb3712944b174c1 (diff) |
Merge "libqtappfw: bluetooth: add transport to discovery filter"halibut_7.90.0halibut/7.90.0guppy_6.99.4guppy/6.99.47.90.06.99.4
-rw-r--r-- | bluetooth/bluetooth.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bluetooth/bluetooth.cpp b/bluetooth/bluetooth.cpp index f7ef970..25ff16e 100644 --- a/bluetooth/bluetooth.cpp +++ b/bluetooth/bluetooth.cpp @@ -160,6 +160,7 @@ void Bluetooth::set_discovery_filter() // send inital adapter state + discovery filter parameter.insert("filter", array); + parameter.insert("transport", "bredr"); send_command("adapter_state", parameter); } |