diff -r 10183c6d2913 -r 015fa7494bd2 bluetoothmgmt/bluetoothclientlib/inc/bt_sock.h --- a/bluetoothmgmt/bluetoothclientlib/inc/bt_sock.h Wed Sep 15 13:27:26 2010 +0300 +++ b/bluetoothmgmt/bluetoothclientlib/inc/bt_sock.h Wed Oct 13 15:48:34 2010 +0300 @@ -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" @@ -102,9 +102,9 @@ /** BT options. */ enum TBTOptions { - /** Override device security */ - KBTRegisterCodService = 0x998, /*!< Set a CoD Service bit(s) */ - KBTSecurityDeviceOverride = 0x999, + KBTSetNoSecurityRequired = 0x997, /*!< Set No security required for Security Mode 4*/ + KBTRegisterCodService = 0x998, /*!< Set a CoD Service bit(s) */ + KBTSecurityDeviceOverride = 0x999, /*!< Override device security */ }; typedef TPckgBuf TBTServiceSecurityPerDeviceBuf; /*!< Package definition for securty settings */