bthci/bthci2/hcicmdq/inc/HciCmdQUtil.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2006-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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent
       
    19 */
       
    20 
       
    21 #ifndef HCICMDQUTIL_H
       
    22 #define HCICMDQUTIL_H
       
    23 
       
    24 _LIT(KHCICmdQPanic, "HCI Cmd Queue");
       
    25 
       
    26 enum THCICmdQPanic
       
    27 	{
       
    28 	ECanSendBlockWhenEmpty = 1,
       
    29 	ECanSendDeadlock = 2,
       
    30 	ECommandTimeoutTooBig = 3,
       
    31 	EInvalidCommandQueueItemId = 4,
       
    32 	EIllegalBlock = 5,
       
    33 	EIllegalRequestForQdpInterface = 6,
       
    34 	EInitCmdAfterStart = 7,
       
    35 	EHctlFlowControlError = 8,
       
    36 	EUnknownDeadlock = 9,
       
    37 	ERejectCommandWithNoError = 10,
       
    38 	EResendDeadlock = 11,
       
    39 	EStartError = 12,
       
    40 	ETimedOutCommandError = 13,
       
    41 	ETimerError = 14,
       
    42 	ETryToSendWhilstSending = 15,
       
    43 	EObjectNotInitialised = 16,
       
    44 	EInvalidArgument = 17,
       
    45 	EAttemptToAddNullCommand = 18,
       
    46 	ENullTimerClient = 19,
       
    47 	EInvalidStateTransition = 20,
       
    48 	EUnknownActiveQueue = 21,
       
    49 	EHctlInterfaceInitialisedTwice = 22,
       
    50 	EHciCommandAllocatorInterfaceInitialisedTwice = 23,
       
    51 	ELinkMuxNotifierInitialisedTwice = 24,
       
    52 	EUnmatchedEventObserverInitialisedTwice = 25,
       
    53 	EHardResetInitiatorInitialisedTwice = 26,
       
    54 	EPossibleQdpDataLeak = 27,
       
    55 	ECommandCreditsCountLessThanZero = 28,
       
    56 	EInitCommandQNotEmptyInDestructor = 29,
       
    57 	ENormalCommandQNotEmptyInDestructor = 30,
       
    58 	ESentCommandQNotEmptyInDestructor = 31,
       
    59 	EResendCommandQNotEmptyInDestructor = 32,
       
    60 	EStartCalledWhenInitQNotEmpty = 33,
       
    61 	EStarvationTimerFired = 34,
       
    62 	EPriorityInsertPointNotNullWhenPendingQEmpty = 35,
       
    63 	EInvalidCmdQueueItemType = 36,
       
    64 	EQStarvationTimerNotGreaterThanMaxCmdTimer = 37,
       
    65 	ETryingToDeleteCommandNotOwned = 38,
       
    66 	ETryToSendWhileUnoperational = 39,
       
    67 	ENullCmdQItemPtr = 40,
       
    68 	EPriorityCommandQNotEmptyInDestructor = 41,
       
    69 	EWorkaroundCommandQNotEmptyInDestructor = 42,
       
    70 	ETryingToDeletePreChildCommand = 43,
       
    71 	ETryingToDeletePostChildCommand = 44,
       
    72 	ETryingToDeletePreChildCommandById = 45,
       
    73 	ETryingToDeletePostChildCommandById = 46,
       
    74 	ETooManyItemsOnWorkaroundQueue = 47,
       
    75 	EQdpTryingToChangeEventCode = 48,
       
    76 	};
       
    77 
       
    78 #endif // HCICMDQUTIL_H