diff -r 1934667b0e2b -r 4b59561a31c0 bluetoothengine/btmac/src/btmonobearer/bmbcmdlistener.cpp --- 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(); }