javaextensions/bluetooth/bluetoothplugins/btl2cappushplugin/src/btl2cappushserverconnection.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javaextensions/bluetooth/bluetoothplugins/btl2cappushplugin/src/btl2cappushserverconnection.cpp	Wed Sep 15 12:05:25 2010 +0300
+++ b/javaextensions/bluetooth/bluetoothplugins/btl2cappushplugin/src/btl2cappushserverconnection.cpp	Wed Oct 13 14:23:59 2010 +0300
@@ -37,9 +37,11 @@
 OS_EXPORT L2CapPushServerConnection::L2CapPushServerConnection(
     const wstring aUri, const wstring aFilter):
         mAcceptMonitor(NULL),
+        mConnectionListener(0),
         mConnectionUri(aUri),
         mConnectionFilter(aFilter),
         mL2CAPServer(NULL),
+        mClientConnection(0),
         mPendingConnection(false),
         mListening(false),
         mCreatedByPush(false),
@@ -199,9 +201,9 @@
     BluetoothNameLookup * nameLookup = NULL;
 
     long long remoteDevAddr = aClientConnection->getRemoteAddress();
-    ELOG1(EJavaBluetooth,
-      "+ L2CapPushServerConnection::handleConnectionRequest DeviceAddress:%llx",
-         remoteDevAddr);
+    LOG1(EJavaBluetooth, EInfo,
+     "L2CapPushServerConnection::handleConnectionRequest: remoteDevAddr: %llx",
+                                                                remoteDevAddr); 
     TRAPD(lookupErr,
     {
         nameLookup = BluetoothNameLookup::NewL();