bluetoothmgmt/bluetoothclientlib/inc/bttypes.h
branchRCL_3
changeset 23 5b153be919d4
parent 0 29b1cd4cb562
child 24 e9b924a62a66
--- a/bluetoothmgmt/bluetoothclientlib/inc/bttypes.h	Thu Aug 19 11:01:00 2010 +0300
+++ b/bluetoothmgmt/bluetoothclientlib/inc/bttypes.h	Tue Aug 31 16:20:16 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"
@@ -745,6 +745,20 @@
 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