summaryrefslogtreecommitdiffstats
path: root/tests/bttestui/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bttestui/main.qml')
-rw-r--r--tests/bttestui/main.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bttestui/main.qml b/tests/bttestui/main.qml
index d53aa4e1..93d943f2 100644
--- a/tests/bttestui/main.qml
+++ b/tests/bttestui/main.qml
@@ -168,6 +168,11 @@ Rectangle {
onClicked: device.startServiceDiscovery(false)
}
Button {
+ id: startRemoteSDiscBtn
+ buttonText: "StartRemSDisc"
+ onClicked: device.startTargettedServiceDiscovery()
+ }
+ Button {
buttonText: "StopSDisc"
onClicked: device.stopServiceDiscovery();
}