Programming Manual
i480e&i480e-MD2 Programming Manual
58 / 139
*/
avrcp_invalid_sink, /*! Sink supplied was invalid. */
avrcp_link_loss, /*! Link loss occurred. */
avrcp_rejected=0x0A, /*! The operation was rejected. */
avrcp_interim_success=0x0F, /*! Operation was successful, but have
only received an interim response.*/
/* Below status codes depends on the error status code received from the remote
device. Retain the same values while inserting new values or modifying this enum
*/
avrcp_rejected_invalid_pdu = 0x80, /*! The operation was rejected with
reason - invalid PDU. */
avrcp_rejected_invalid_param, /*! The operation was rejected with
reason - invalid parameter. */
avrcp_rejected_invalid_content, /*! The operation was rejected with
reason - invalid content. */
avrcp_rejected_internal_error, /*! The operation was rejected with
reason - internal error. */
avrcp_rejected_uid_changed = 0x85, /*! The operation was rejected with
reason - UID Changed. */
avrcp_rejected_invalid_direction = 0x87, /*! The command has been rejected
with reason -Invalid Direction.*/
avrcp_rejected_not_directory, /*! The command has been rejected
with reason -Not a Directory.*/
avrcp_rejected_uid_not_exist, /*! The command has been rejected
with reason -Does not exist.*/
avrcp_rejected_invalid_scope, /*! The command has been rejected
with reason -Invalid Scope.*/
avrcp_rejected_out_of_bound, /*! The command has been rejected
with reason - Range Out of
Bounds.*/
avrcp_rejected_uid_directory, /*! The command has been rejected
with reason - UID is a Directory.*/
avrcp_rejected_media_in_use, /*! The command has been rejected
with reason - Media in Use.*/
avrcp_rejected_play_list_full, /*! The command has been rejected
with reason - Now Playing List Full.*/
avrcp_rejected_search_not_supported, /*! The command has been rejected
with reason - Search Not
Supported.*/
avrcp_rejected_search_in_progress, /*! The command has been rejected
with reason - Search in Progress.*/
Barrot Confidential










