From a70c5d0cafe1ef9e4531627d3d009e80b9a8eec4 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Wed, 7 Mar 2012 18:59:47 -0800 Subject: audio HAL : added string for A2DP address Added a definition for A2DP sink address parameter. It was previously defined at several places. Change-Id: I757208e99db395f3d88c17e0de5ae303c71a85ec --- include/hardware/audio.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/hardware/audio.h') diff --git a/include/hardware/audio.h b/include/hardware/audio.h index 1e68cd1..af4df04 100644 --- a/include/hardware/audio.h +++ b/include/hardware/audio.h @@ -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 */ -- cgit v1.1