bluetoothmgmt/bluetoothclientlib/inc/bttypes.h
branchRCL_3
changeset 24 e9b924a62a66
parent 23 5b153be919d4
--- a/bluetoothmgmt/bluetoothclientlib/inc/bttypes.h	Tue Aug 31 16:20:16 2010 +0300
+++ b/bluetoothmgmt/bluetoothclientlib/inc/bttypes.h	Wed Sep 01 12:38:54 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1999-2009 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"
@@ -745,20 +745,6 @@
 const TUint KLIAC=0x9e8b00;
 
 /**
-@publishedAll
-@released
-
-HCI Scan enable mask
-*/
-enum THCIScanEnable 
-	{
-	ENoScansEnabled = 0x00, /*!< No scans enabled */
-	EInquiryScanOnly = 0x01, /*!< Inquiry scan enabled */
-	EPageScanOnly = 0x02, /*!< Page scan enabled */
-	EInquiryAndPageScan = 0x03 /*!< Inquiry and page scan enabled */
-	};
-
-/**
 L2CAP channel modes
 @publishedAll
 @released