bluetoothengine/btmac/inc/btmonobearer/bmbcmdlistener.h
changeset 1 6a1fe72036e3
parent 0 f63038272f30
child 21 53b7818cd282
equal deleted inserted replaced
0:f63038272f30 1:6a1fe72036e3
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-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".
    81 
    81 
    82     private:
    82     private:
    83 	
    83 	
    84         CBmbPlugin& iParent;
    84         CBmbPlugin& iParent;
    85         
    85         
    86         // for receiving AT commands from btmonocmdhandler and sending the responses
    86         // for receiving AT commands from btmonocmdhandler
    87 		RProperty iProperty;
    87 		RProperty iATCmdProperty;
       
    88 		
       
    89         // for sending AT responses to btmonocmdhandler
       
    90         RProperty iATRespProperty;
    88 
    91 
    89 		// At command buffer
    92 		// At command buffer
    90 		TBuf8<KMaxATSize> iAtCmdBuf;
    93 		TBuf8<KMaxATSize> iAtCmdBuf;
    91     };
    94     };
    92 
    95