epoc32/include/btextnotifiersconsts.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 // Copyright (c) 2001-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 #ifndef BTEXTNOTIFIERSCONSTS_H
    17 #define BTEXTNOTIFIERSCONSTS_H
    18 
    19 #include <e32cmn.h> 
    20 
    21 /**
    22 @file
    23 @publishedAll
    24 @released
    25 
    26 UID to invoke the device selection dialog via the notifier framework.
    27 **/
    28 const TUid KDeviceSelectionNotifierUid={0x100069D1};
    29 
    30 /**
    31 @deprecated
    32 Use TBTDeviceList::MaxNumberOfDevices() instead. Note however that 
    33 you should call this function each time you wish to use this value
    34 rather than storing a copy because the actual value is subject to 
    35 change.
    36 */
    37 const TUint KMaxPanDevicesForSimultaneousSelection = 8;
    38 
    39 /** Maximum length of the Realm text buffer. */
    40 const TUint KPbapAuthRealmLength = 256;
    41 
    42 /** Maximum length of the password text buffer. */
    43 const TUint KPbapAuthPasswordLength = 64;
    44 
    45 #endif // BTEXTNOTIFIERSCONSTS_H