epoc32/include/btsocketoptionlevels.h
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/btsocketoptionlevels.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,60 @@
     1.4 +// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// BT socket interface types
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 + @publishedAll
    1.24 + @released
    1.25 +*/
    1.26 +
    1.27 +#ifndef BTSOCKETOPTIONLEVELS_H
    1.28 +#define BTSOCKETOPTIONLEVELS_H
    1.29 +
    1.30 +#include <e32def.h>
    1.31 +
    1.32 +// Socket Options
    1.33 +const TUint	KSolBtBlog  =0x1000;		/*!< Logging socket option */
    1.34 +const TUint KSolBtHCI   =0x1010;		/*!< HCI socket option */
    1.35 +const TUint KSolBtLM    =0x1011;		/*!< Link Manager socket option */
    1.36 +const TUint KSolBtL2CAP =0x1012;		/*!< L2CAP socket option */
    1.37 +const TUint KSolBtRFCOMM=0x1013;		/*!< RFCOMM socket option */
    1.38 +const TUint KSolBtAVCTP	=0x1014;		/*!< AVCTP socket option */
    1.39 +const TUint KSolBtACL	=0x1015;		/*!< ACL socket option */
    1.40 +/**
    1.41 +Decimal Value: 4118.
    1.42 +*/
    1.43 +const TUint	KSolBtAVDTPSignalling	=0x1016;
    1.44 +/**
    1.45 +Decimal Value: 4119.
    1.46 +*/
    1.47 +const TUint	KSolBtAVDTPMedia		=0x1017;
    1.48 +/**
    1.49 +Decimal Value: 4120.
    1.50 +*/
    1.51 +const TUint	KSolBtAVDTPReporting	=0x1018;
    1.52 +/**
    1.53 +Decimal Value: 4121.
    1.54 +*/
    1.55 +const TUint	KSolBtAVDTPRecovery		=0x1019;
    1.56 +/**
    1.57 +Decimal Value: 4128.
    1.58 +*/
    1.59 +const TUint KSolBtAVDTPInternal		=0x1020;
    1.60 +const TUint KSolBtLMProxy = 0x2011;		/*!< Link Manager Proxy socket option */
    1.61 +const TUint KSolBtSAPBase  = 0x2020;	/*!< CBluetoothSAP handles SetOpt first */
    1.62 +
    1.63 +#endif // BTSOCKETOPTIONLEVELS_H
    1.64 \ No newline at end of file