From 646dc01ea12c0babb6a9ffee21cc5784466e4349 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 12 Feb 2013 17:17:37 +0200 Subject: Use the remote control same service name on Windows, too Change-Id: I45ecc4a745722cc6bf1f5017429a3e532200bf03 --- sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 30c9c7de4bb8..735777ff77b4 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -392,7 +392,7 @@ void SAL_CALL BluetoothServer::run() WSAQUERYSET aRecord; memset( &aRecord, 0, sizeof(aRecord)); aRecord.dwSize = sizeof(aRecord); - aRecord.lpszServiceInstanceName = "LibreOffice-SDRemote"; // Optional + aRecord.lpszServiceInstanceName = "LibreOffice Impress Remote Control"; aRecord.lpszComment = "Remote control of presentations over bluetooth."; aRecord.lpServiceClassId = (LPGUID) &SerialPortServiceClass_UUID; aRecord.dwNameSpace = NS_BTH; -- cgit