bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcputils.h
branchRCL_3
changeset 20 2f88a7d66f50
parent 11 a42ed326b458
equal deleted inserted replaced
16:b23265fb36da 20:2f88a7d66f50
    78 	EInvalidPlayerId = 49,
    78 	EInvalidPlayerId = 49,
    79 	EMysteryInternalResponse = 50,
    79 	EMysteryInternalResponse = 50,
    80 	ECommandAlreadyQueuedForSending = 52,
    80 	ECommandAlreadyQueuedForSending = 52,
    81 	EPassthroughQueueNotEmptyAfterDisconnect = 53,
    81 	EPassthroughQueueNotEmptyAfterDisconnect = 53,
    82 	EPreviousPassthroughNonNullReplacing = 54,
    82 	EPreviousPassthroughNonNullReplacing = 54,
       
    83 	ETooManyRemotesRegisterForLocalAddressedPlayerUpdates = 55,
       
    84 	ETooFewRemotesRegisterForLocalAddressedPlayerUpdates = 56,
    83 	};
    85 	};
    84 
    86 
    85 template <typename XAny>
    87 template <typename XAny>
    86 struct TAvrcpPanicCodeTypeChecker
    88 struct TAvrcpPanicCodeTypeChecker
    87 	{
    89 	{