sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef __MMFBTROUTINGPRIORITYSETTINGS_H__ sl@0: #define __MMFBTROUTINGPRIORITYSETTINGS_H__ sl@0: sl@0: // Routing speaker / BT headset sl@0: /** sl@0: @publishedPartner sl@0: @prototype sl@0: sl@0: The values to specify which device the audio should route to. sl@0: This is used in the TMdaPrioritySettings iPref sl@0: Defaults to speaker output. sl@0: Note only the EA2DPBluetoothHeadset, needs to be specified sl@0: */ sl@0: enum TSoundDeviceRoute sl@0: { sl@0: EA2DPBluetoothHeadset = 0x10000000, sl@0: }; sl@0: sl@0: /** sl@0: */ sl@0: const TUid KDeviceUidSpeaker= {0x1020E4D0}; sl@0: const TUid KDeviceUidMic = {0x1020E4D1}; sl@0: const TUid KDeviceUidA2dpHeadset= {0x10204979}; sl@0: sl@0: sl@0: #endif