OSDN Git Service

audio HAL : added string for A2DP address
authorEric Laurent <elaurent@google.com>
Thu, 8 Mar 2012 02:59:47 +0000 (18:59 -0800)
committerEric Laurent <elaurent@google.com>
Thu, 8 Mar 2012 02:59:47 +0000 (18:59 -0800)
Added a definition for A2DP sink address parameter.
It was previously defined at several places.

Change-Id: I757208e99db395f3d88c17e0de5ae303c71a85ec

include/hardware/audio.h

index 1e68cd1..af4df04 100644 (file)
@@ -63,6 +63,9 @@ __BEGIN_DECLS
 #define AUDIO_PARAMETER_VALUE_TTY_HCO "tty_hco"
 #define AUDIO_PARAMETER_VALUE_TTY_FULL "tty_full"
 
+/* A2DP sink address set by framework */
+#define AUDIO_PARAMETER_A2DP_SINK_ADDRESS "a2dp_sink_address"
+
 /**
  *  audio stream parameters
  */