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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef BTEXTNOTIFIERSCONSTS_H
17 #define BTEXTNOTIFIERSCONSTS_H
26 UID to invoke the device selection dialog via the notifier framework.
28 const TUid KDeviceSelectionNotifierUid={0x100069D1};
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
37 const TUint KMaxPanDevicesForSimultaneousSelection = 8;
39 /** Maximum length of the Realm text buffer. */
40 const TUint KPbapAuthRealmLength = 256;
42 /** Maximum length of the password text buffer. */
43 const TUint KPbapAuthPasswordLength = 64;
45 #endif // BTEXTNOTIFIERSCONSTS_H