bluetoothengine/btsac/inc/btsacdefs.h
branchRCL_3
changeset 21 0ba996a9b75d
parent 1 6a1fe72036e3
equal deleted inserted replaced
20:eede1356aa52 21:0ba996a9b75d
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    55 	{
    55 	{
    56 	EStreamConfiguredBySrc,
    56 	EStreamConfiguredBySrc,
    57 	EStreamConfiguredBySink
    57 	EStreamConfiguredBySink
    58 	};
    58 	};
    59 
    59 
    60 enum TBTSACGavdpResetReason
    60 enum TBTSACResetGavdp
    61     {
    61     {
    62     EGavdpResetReasonNone,
    62     EDontResetGavdp,
    63     EGavdpResetReasonGeneral  
    63     EResetGavdp
    64     };
    64     };
    65 
    65 
    66 //Panic codes
    66 //Panic codes
    67 enum TBTPanicCode 
    67 enum TBTPanicCode 
    68     {
    68     {