bluetoothmgmt/bluetoothclientlib/inc/bt_sock.h
branchRCL_3
changeset 56 015fa7494bd2
parent 41 786b94c6f0a4
equal deleted inserted replaced
49:10183c6d2913 56:015fa7494bd2
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   100 // Options available for all Bluetooth protocols
   100 // Options available for all Bluetooth protocols
   101 
   101 
   102 /** BT options. */
   102 /** BT options. */
   103 enum TBTOptions
   103 enum TBTOptions
   104 	{
   104 	{
   105 	/** Override device security */
   105 	KBTSetNoSecurityRequired = 0x997,	/*!< Set No security required for Security Mode 4*/
   106 	KBTRegisterCodService = 0x998,		/*!< Set a CoD Service bit(s) */
   106     KBTRegisterCodService = 0x998,		/*!< Set a CoD Service bit(s) */
   107 	KBTSecurityDeviceOverride = 0x999,
   107 	KBTSecurityDeviceOverride = 0x999,	/*!< Override device security */
   108 	};
   108 	};
   109 
   109 
   110 typedef TPckgBuf<TBTServiceSecurityPerDevice> TBTServiceSecurityPerDeviceBuf;	/*!< Package definition for securty settings */
   110 typedef TPckgBuf<TBTServiceSecurityPerDevice> TBTServiceSecurityPerDeviceBuf;	/*!< Package definition for securty settings */
   111 
   111 
   112 
   112