bthci/bthci2/corehci/interface/hcitypes.h
branchRCL_3
changeset 23 5b153be919d4
parent 0 29b1cd4cb562
child 24 e9b924a62a66
equal deleted inserted replaced
22:786b94c6f0a4 23:5b153be919d4
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-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".
   177 */
   177 */
   178 	{
   178 	{
   179 	EEncryptionDisabled = 0x00, /*!< Encryption disabled */
   179 	EEncryptionDisabled = 0x00, /*!< Encryption disabled */
   180 	EPointToPointEncryption = 0x01, /*!< Point to point encryption enabled */
   180 	EPointToPointEncryption = 0x01, /*!< Point to point encryption enabled */
   181 	EPointToPointAndBroadcastEncryption = 0x02, /*!< Point to point and broadcast encryption enabled */
   181 	EPointToPointAndBroadcastEncryption = 0x02, /*!< Point to point and broadcast encryption enabled */
   182 	};
       
   183 
       
   184 enum THCIScanEnable 
       
   185 /**
       
   186 HCI Scan enable mask
       
   187 */
       
   188 	{
       
   189 	ENoScansEnabled = 0x00, /*!< No HCI scans enabled */
       
   190 	EInquiryScanOnly = 0x01, /*!< HCI inquiry scan enabled */
       
   191 	EPageScanOnly = 0x02, /*!< HCI page scan enabled */
       
   192 	EInquiryAndPageScan = 0x03 /*!< HCI inquiry and page scan enabled */
       
   193 	};
   182 	};
   194 
   183 
   195 enum THCIInquiryMode 
   184 enum THCIInquiryMode 
   196 /**
   185 /**
   197 HCI Inquiry mode flag
   186 HCI Inquiry mode flag