bluetoothengine/btmac/inc/btmonocmdhandler/btmccallinghandler.h
changeset 1 6a1fe72036e3
parent 0 f63038272f30
equal deleted inserted replaced
0:f63038272f30 1:6a1fe72036e3
     1 /*
     1 /*
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    79 private:
    79 private:
    80     CBtmcProtocol& iProtocol; // unowned
    80     CBtmcProtocol& iProtocol; // unowned
    81     
    81     
    82     CBtmcActive* iActive;
    82     CBtmcActive* iActive;
    83     
    83     
       
    84     // for sending AT commands to btmonobearer
    84     RProperty iCmdProperty;
    85     RProperty iCmdProperty;
    85 
    86     
    86     TBool iBusy;
    87     // for receiving AT responses from btmonobearer
       
    88     RProperty iRespProperty;
    87     
    89     
    88     TInt iCmdId; 
    90     TInt iCmdId; 
    89 };
    91 };
    90     
    92     
    91 #endif  // C_BTMCCALLINGHANDLER_H
    93 #endif  // C_BTMCCALLINGHANDLER_H