bluetoothengine/btmac/src/btmonobearer/bmbcmdlistener.cpp
branchRCL_3
changeset 72 4b59561a31c0
parent 54 0ba996a9b75d
--- a/bluetoothengine/btmac/src/btmonobearer/bmbcmdlistener.cpp	Wed Sep 15 12:23:51 2010 +0300
+++ b/bluetoothengine/btmac/src/btmonobearer/bmbcmdlistener.cpp	Wed Oct 13 14:43:49 2010 +0300
@@ -35,7 +35,6 @@
    	Cancel();
    	iATCmdProperty.Close();
    	iATRespProperty.Close();
-   	iAtCmdBuf.Close();
     }
 
 // ---------------------------------------------------------------------------
@@ -61,7 +60,6 @@
 	TRACE_FUNC
     LEAVE_IF_ERROR(iATCmdProperty.Attach(KPSUidBluetoothEnginePrivateCategory, KBTHfpATCommand));
 	LEAVE_IF_ERROR(iATRespProperty.Attach(KPSUidBluetoothEnginePrivateCategory, KBTHfpATResponse));
-	iAtCmdBuf.CreateL(KDefaultCmdBufLength);
 	Subscribe();
     }