From 743c67197c9ff310fbde259cf03680e3f370e652 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Mon, 19 May 2014 16:36:54 -0700 Subject: [PATCH] added service record for spp --- plugins/bluetooth/bluetoothplugin.cpp | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/plugins/bluetooth/bluetoothplugin.cpp b/plugins/bluetooth/bluetoothplugin.cpp index 5c1679c..b92e3f2 100644 --- a/plugins/bluetooth/bluetoothplugin.cpp +++ b/plugins/bluetooth/bluetoothplugin.cpp @@ -33,6 +33,29 @@ using namespace std; #include "debugout.h" +QString SPP_RECORD = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + ""; + BluetoothSinkPlugin::BluetoothSinkPlugin(AbstractRoutingEngine* re, map config) :AbstractSink(re, config) { @@ -47,8 +70,10 @@ BluetoothSinkPlugin::BluetoothSinkPlugin(AbstractRoutingEngine* re, map reply = profileManagerIface.call("RegisterProfile", qVariantFromValue(QDBusObjectPath("/org/bluez/spp")), "00001101-0000-1000-8000-00805F9B34FB", options); -- 2.7.4