bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcputils.h
changeset 42 b72428996822
parent 26 b78e66e88238
equal deleted inserted replaced
32:19bd632b5100 42:b72428996822
    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 	{