Kaydet (Commit) 646dc01e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use the remote control same service name on Windows, too

Change-Id: I45ecc4a745722cc6bf1f5017429a3e532200bf03
üst 12ea7036
...@@ -392,7 +392,7 @@ void SAL_CALL BluetoothServer::run() ...@@ -392,7 +392,7 @@ void SAL_CALL BluetoothServer::run()
WSAQUERYSET aRecord; WSAQUERYSET aRecord;
memset( &aRecord, 0, sizeof(aRecord)); memset( &aRecord, 0, sizeof(aRecord));
aRecord.dwSize = 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.lpszComment = "Remote control of presentations over bluetooth.";
aRecord.lpServiceClassId = (LPGUID) &SerialPortServiceClass_UUID; aRecord.lpServiceClassId = (LPGUID) &SerialPortServiceClass_UUID;
aRecord.dwNameSpace = NS_BTH; aRecord.dwNameSpace = NS_BTH;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment