bluetoothappprofiles/avrcp/common/remconbattery.h
changeset 70 f5508c13dfe0
parent 67 16e4b9007960
child 71 083fd884d7dd
equal deleted inserted replaced
67:16e4b9007960 70:f5508c13dfe0
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalTechnology
       
    19 */
       
    20 
       
    21 #ifndef REMCONBATTERY_H
       
    22 #define REMCONBATTERY_H
       
    23 
       
    24 #include <e32base.h>
       
    25 
       
    26 
       
    27 //-------------------------------------------------------------------------- 
       
    28 // Interface Data
       
    29 //--------------------------------------------------------------------------
       
    30 
       
    31 /**
       
    32 The UID identifying this outer-layer RemCon interface.
       
    33 */
       
    34 const TInt KRemConBatteryApiUid = 0x10285AE7;
       
    35 
       
    36 struct TRemConBatteryApiResponse
       
    37 	{
       
    38 	// Error code 
       
    39 	TInt	iError;
       
    40 	};
       
    41 
       
    42 const TInt KLengthBatteryStatusMsg = 1;
       
    43 	
       
    44 
       
    45 #endif // REMCONBATTERY_H