bluetoothcommsprofiles/btpan/panagt/panagtlog.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2004-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  @note Logging constants for the PAN agent
       
    19 */
       
    20 
       
    21 #ifndef PANAGTLOG_H
       
    22 #define PANAGTLOG_H
       
    23 
       
    24 namespace PanAgent
       
    25 /**
       
    26 @internalComponent
       
    27 @released
       
    28 @since v8.1
       
    29 */
       
    30 {
       
    31 
       
    32 #ifdef __FLOG_ACTIVE // define everything we need for logging
       
    33 
       
    34 const TUint KMaxBtAddrSize = 19;	// 0x11:22:33:44:55:66 - 19 chars
       
    35 _LIT(KBtAddrSeparator, ":");
       
    36 
       
    37 #endif // __FLOG_ACTIVE
       
    38 
       
    39 }	// PanAgent
       
    40 #endif // PANAGTLOG_H