diff -r f63038272f30 -r 6a1fe72036e3 bluetoothengine/btmac/inc/btmonocmdhandler/btmccallinghandler.h --- a/bluetoothengine/btmac/inc/btmonocmdhandler/btmccallinghandler.h Mon Jan 18 20:28:57 2010 +0200 +++ b/bluetoothengine/btmac/inc/btmonocmdhandler/btmccallinghandler.h Tue Jan 26 12:06:42 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -81,9 +81,11 @@ CBtmcActive* iActive; + // for sending AT commands to btmonobearer RProperty iCmdProperty; - - TBool iBusy; + + // for receiving AT responses from btmonobearer + RProperty iRespProperty; TInt iCmdId; };