diff options
Diffstat (limited to 'liveview/liveviewscanner.cpp')
-rw-r--r-- | liveview/liveviewscanner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liveview/liveviewscanner.cpp b/liveview/liveviewscanner.cpp index dbb47f3..4645906 100644 --- a/liveview/liveviewscanner.cpp +++ b/liveview/liveviewscanner.cpp @@ -20,6 +20,7 @@ void LiveViewScanner::handleDiscoveredService(const QBluetoothServiceInfo &info) foundInfo["driver"] = QString("liveview"); foundInfo["address"] = dev.address().toString(); foundInfo["name"] = deviceName; + foundInfo["notification-watchlet"] = QString("com.javispedro.sowatch.liveview.notification"); emit watchFound(foundInfo); } } |