diff -r 5b153be919d4 -r e9b924a62a66 bthci/bthci2/corehci/interface/hcitypes.h --- 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