aboutsummaryrefslogtreecommitdiffstats
path: root/src/sm-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sm-def.h')
-rw-r--r--src/sm-def.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/sm-def.h b/src/sm-def.h
index 0c4a5e3..a735cdd 100644
--- a/src/sm-def.h
+++ b/src/sm-def.h
@@ -55,4 +55,17 @@
#define KEY_CONNECTION_FORMAT "connectionFormat"
#define KEY_EVENT "event"
+#ifdef ENABLE_AGL_AHL
+#define KEY_AHL_AUDIO_ROLE "audio_role"
+#define KEY_AHL_ENDPOINT_ID "endpoint_id"
+#define KEY_AHL_ENDPOINT_TYPE "endpoint_type"
+
+typedef enum {
+ ENDPOINT_SINK,
+ ENDPOINT_SOURCE,
+} EndPointType;
+#endif
+
+#define MAX_LENGTH_STRING 256
+
#endif // SOUNDMANAGER_DEFINE_H \ No newline at end of file