epoc32/include/btsocketoptionlevels.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
williamr@4
     1
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
williamr@4
     2
// All rights reserved.
williamr@4
     3
// This component and the accompanying materials are made available
williamr@4
     4
// under the terms of "Eclipse Public License v1.0"
williamr@4
     5
// which accompanies this distribution, and is available
williamr@4
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
williamr@4
     7
//
williamr@4
     8
// Initial Contributors:
williamr@4
     9
// Nokia Corporation - initial contribution.
williamr@4
    10
//
williamr@4
    11
// Contributors:
williamr@4
    12
//
williamr@4
    13
// Description:
williamr@4
    14
// BT socket interface types
williamr@4
    15
// 
williamr@4
    16
//
williamr@4
    17
williamr@4
    18
/**
williamr@4
    19
 @file
williamr@4
    20
 @publishedAll
williamr@4
    21
 @released
williamr@4
    22
*/
williamr@4
    23
williamr@4
    24
#ifndef BTSOCKETOPTIONLEVELS_H
williamr@4
    25
#define BTSOCKETOPTIONLEVELS_H
williamr@4
    26
williamr@4
    27
#include <e32def.h>
williamr@4
    28
williamr@4
    29
// Socket Options
williamr@4
    30
const TUint	KSolBtBlog  =0x1000;		/*!< Logging socket option */
williamr@4
    31
const TUint KSolBtHCI   =0x1010;		/*!< HCI socket option */
williamr@4
    32
const TUint KSolBtLM    =0x1011;		/*!< Link Manager socket option */
williamr@4
    33
const TUint KSolBtL2CAP =0x1012;		/*!< L2CAP socket option */
williamr@4
    34
const TUint KSolBtRFCOMM=0x1013;		/*!< RFCOMM socket option */
williamr@4
    35
const TUint KSolBtAVCTP	=0x1014;		/*!< AVCTP socket option */
williamr@4
    36
const TUint KSolBtACL	=0x1015;		/*!< ACL socket option */
williamr@4
    37
/**
williamr@4
    38
Decimal Value: 4118.
williamr@4
    39
*/
williamr@4
    40
const TUint	KSolBtAVDTPSignalling	=0x1016;
williamr@4
    41
/**
williamr@4
    42
Decimal Value: 4119.
williamr@4
    43
*/
williamr@4
    44
const TUint	KSolBtAVDTPMedia		=0x1017;
williamr@4
    45
/**
williamr@4
    46
Decimal Value: 4120.
williamr@4
    47
*/
williamr@4
    48
const TUint	KSolBtAVDTPReporting	=0x1018;
williamr@4
    49
/**
williamr@4
    50
Decimal Value: 4121.
williamr@4
    51
*/
williamr@4
    52
const TUint	KSolBtAVDTPRecovery		=0x1019;
williamr@4
    53
/**
williamr@4
    54
Decimal Value: 4128.
williamr@4
    55
*/
williamr@4
    56
const TUint KSolBtAVDTPInternal		=0x1020;
williamr@4
    57
const TUint KSolBtLMProxy = 0x2011;		/*!< Link Manager Proxy socket option */
williamr@4
    58
const TUint KSolBtSAPBase  = 0x2020;	/*!< CBluetoothSAP handles SetOpt first */
williamr@4
    59
williamr@4
    60
#endif // BTSOCKETOPTIONLEVELS_H