bluetoothmgmt/bluetoothclientlib/inc/bttypes.h
branchRCL_3
changeset 44 e9b924a62a66
parent 43 5b153be919d4
equal deleted inserted replaced
43:5b153be919d4 44:e9b924a62a66
     1 // Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-2009 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 	};
       
   760 
   746 
   761 /**
   747 /**
   762 L2CAP channel modes
   748 L2CAP channel modes
   763 @publishedAll
   749 @publishedAll
   764 @released
   750 @released