bluetoothmgmt/bluetoothclientlib/inc/bttypes.h
branchRCL_3
changeset 23 5b153be919d4
parent 0 29b1cd4cb562
child 24 e9b924a62a66
equal deleted inserted replaced
22:786b94c6f0a4 23:5b153be919d4
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-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".
   741 @released
   741 @released
   742 
   742 
   743 Limited Inquiry Access Code
   743 Limited Inquiry Access Code
   744 */
   744 */
   745 const TUint KLIAC=0x9e8b00;
   745 const TUint KLIAC=0x9e8b00;
       
   746 
       
   747 /**
       
   748 @publishedAll
       
   749 @released
       
   750 
       
   751 HCI Scan enable mask
       
   752 */
       
   753 enum THCIScanEnable 
       
   754 	{
       
   755 	ENoScansEnabled = 0x00, /*!< No scans enabled */
       
   756 	EInquiryScanOnly = 0x01, /*!< Inquiry scan enabled */
       
   757 	EPageScanOnly = 0x02, /*!< Page scan enabled */
       
   758 	EInquiryAndPageScan = 0x03 /*!< Inquiry and page scan enabled */
       
   759 	};
   746 
   760 
   747 /**
   761 /**
   748 L2CAP channel modes
   762 L2CAP channel modes
   749 @publishedAll
   763 @publishedAll
   750 @released
   764 @released