diff options
Diffstat (limited to 'bluetooth/bluetooth.cpp')
-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); } |