bluetooth/btextnotifiers/inc/BTExtNotifiersConsts.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     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