williamr@4: // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@4: // All rights reserved. williamr@4: // This component and the accompanying materials are made available williamr@4: // under the terms of "Eclipse Public License v1.0" williamr@4: // which accompanies this distribution, and is available williamr@4: // at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: // williamr@4: // Initial Contributors: williamr@4: // Nokia Corporation - initial contribution. williamr@4: // williamr@4: // Contributors: williamr@4: // williamr@4: // Description: williamr@4: // williamr@4: williamr@4: #ifndef BTEXTNOTIFIERSCONSTS_H williamr@4: #define BTEXTNOTIFIERSCONSTS_H williamr@4: williamr@4: #include williamr@4: williamr@4: /** williamr@4: @file williamr@4: @publishedAll williamr@4: @released williamr@4: williamr@4: UID to invoke the device selection dialog via the notifier framework. williamr@4: **/ williamr@4: const TUid KDeviceSelectionNotifierUid={0x100069D1}; williamr@4: williamr@4: /** williamr@4: @deprecated williamr@4: Use TBTDeviceList::MaxNumberOfDevices() instead. Note however that williamr@4: you should call this function each time you wish to use this value williamr@4: rather than storing a copy because the actual value is subject to williamr@4: change. williamr@4: */ williamr@4: const TUint KMaxPanDevicesForSimultaneousSelection = 8; williamr@4: williamr@4: /** Maximum length of the Realm text buffer. */ williamr@4: const TUint KPbapAuthRealmLength = 256; williamr@4: williamr@4: /** Maximum length of the password text buffer. */ williamr@4: const TUint KPbapAuthPasswordLength = 64; williamr@4: williamr@4: #endif // BTEXTNOTIFIERSCONSTS_H