diff -r 8a27654f7b62 -r 20fda83a6398 bluetoothmgmt/bluetoothclientlib/inc/bttypespartner.h --- a/bluetoothmgmt/bluetoothclientlib/inc/bttypespartner.h Fri Mar 12 15:49:00 2010 +0200 +++ b/bluetoothmgmt/bluetoothclientlib/inc/bttypespartner.h Mon Mar 15 12:44:59 2010 +0200 @@ -1,4 +1,4 @@ -// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -47,4 +47,15 @@ */ typedef TBuf8 TBluetoothSimplePairingRandomizer; +/** For page scan parameters setting. +- +The enumeration may gain additional members in future. +@publishedPartner +@released +*/ +enum TPageScanParameterSettings + { + EStandardPageScanParameters, + EFastConnectionPageScanParameters + }; + #endif //_BTTYPESPARTNER_H