summaryrefslogtreecommitdiff
path: root/examples/bluetooth.in.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth.in.json')
-rw-r--r--examples/bluetooth.in.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/bluetooth.in.json b/examples/bluetooth.in.json
new file mode 100644
index 00000000..30674b95
--- /dev/null
+++ b/examples/bluetooth.in.json
@@ -0,0 +1,17 @@
+{
+ "mainloop" : "@PLUGIN_INSTALL_PATH@/qtmainloopplugin.so",
+ "sources" : [
+ {
+ "name" : "ExampleSouce",
+ "path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so",
+ "delay" : "10000"
+ }
+ ],
+ "sinks": [
+ {
+ "name" : "Bluetooth",
+ "path" : "@PLUGIN_INSTALL_PATH@/bluetoothplugin.so"
+ }
+ ]
+}
+