summaryrefslogtreecommitdiff
path: root/android/avrcp-lib.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-04-15 15:10:33 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-04-25 15:05:23 +0300
commitbf1d6f9bed76ff803a6f369634568cde09d8f6ae (patch)
tree0a5eec81ab74daa0cd113c36518fc01067de4955 /android/avrcp-lib.h
parent35cbfa938700049e909d8df9f4f55e4f33d09831 (diff)
downloadbluez-bf1d6f9bed76ff803a6f369634568cde09d8f6ae.tar.gz
android/avrcp-lib: Add initial code for handling browsing PDUs
Diffstat (limited to 'android/avrcp-lib.h')
-rw-r--r--android/avrcp-lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/avrcp-lib.h b/android/avrcp-lib.h
index 4d1bbcccc..a2cff0123 100644
--- a/android/avrcp-lib.h
+++ b/android/avrcp-lib.h
@@ -66,6 +66,9 @@
#define AVRCP_STATUS_PARAM_NOT_FOUND 0x02
#define AVRCP_STATUS_INTERNAL_ERROR 0x03
#define AVRCP_STATUS_SUCCESS 0x04
+#define AVRCP_STATUS_NOT_DIRECTORY 0x08
+#define AVRCP_STATUS_DOES_NOT_EXIST 0x09
+#define AVRCP_STATUS_INVALID_SCOPE 0x0a
#define AVRCP_STATUS_OUT_OF_BOUNDS 0x0b
#define AVRCP_STATUS_INVALID_PLAYER_ID 0x11
#define AVRCP_STATUS_PLAYER_NOT_BROWSABLE 0x12