bthci/bthci2/corehci/interface/hcitypes.h
branchRCL_3
changeset 24 e9b924a62a66
parent 23 5b153be919d4
--- a/bthci/bthci2/corehci/interface/hcitypes.h	Tue Aug 31 16:20:16 2010 +0300
+++ b/bthci/bthci2/corehci/interface/hcitypes.h	Wed Sep 01 12:38:54 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2006-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"
@@ -181,6 +181,17 @@
 	EPointToPointAndBroadcastEncryption = 0x02, /*!< Point to point and broadcast encryption enabled */
 	};
 
+enum THCIScanEnable 
+/**
+HCI Scan enable mask
+*/
+	{
+	ENoScansEnabled = 0x00, /*!< No HCI scans enabled */
+	EInquiryScanOnly = 0x01, /*!< HCI inquiry scan enabled */
+	EPageScanOnly = 0x02, /*!< HCI page scan enabled */
+	EInquiryAndPageScan = 0x03 /*!< HCI inquiry and page scan enabled */
+	};
+
 enum THCIInquiryMode 
 /**
 HCI Inquiry mode flag