From a7a3534b170e9db63c10d3faa3d3cb9f8676455b Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 2 Jan 2019 12:11:43 -0800 Subject: libqtappfw: bluetooth: add transport to discovery filter Only scan for non-LE devices to avoid a delay of detection on discovery. Bug-AGL: SPEC-2094 Change-Id: I57adab6bd8751c0f69c59f51ce1eeb7468880dfe Signed-off-by: Matt Ranostay --- bluetooth/bluetooth.cpp | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit 1.2.3-korg