1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
25 #include <btsyncbandwidth.h>
29 Used internally to hold eSCO link parameters. Not intended for use.
30 WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.
32 NONSHARABLE_CLASS(TBTeSCOLinkParams)
35 TBTeSCOLinkParams() {};
36 TBTeSCOLinkParams(TUint aBandwidth, TUint16 aCoding, TUint16 aLatency, TUint8 aRetransmission);
38 TBTSyncBandwidth iBandwidth;
41 TUint8 iRetransmissionEffort;
45 /** Bluetooth link SCO type
47 WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.
50 ESCO=0x01, /*!< Synchronous Connection Oriented link */
51 EeSCO=0x02 /*!< eSCO link */
54 #endif // BTSCOPARAMS_H