Exclude enhance audio feature 19/91719/1 accepted/tizen/common/20161011.154221 accepted/tizen/ivi/20161011.234124 accepted/tizen/mobile/20161011.234120 accepted/tizen/wearable/20161011.234115 submit/tizen/20161011.045858
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 11 Oct 2016 04:50:14 +0000 (13:50 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 11 Oct 2016 04:50:14 +0000 (13:50 +0900)
During A2DP streaming SCO is playing, the dbus call for pulseaudio is
blocked. Because of this, the target is doing abnormal operations.
After re-verifying the feature, we will include it again.

Change-Id: I669f20e223f7b7d1f730a68c5f7ca1af6b1634fa
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
ag-agent/bluetooth-ag-agent.c
packaging/bluetooth-agent.spec

index 95e8173..5fd9364 100755 (executable)
@@ -1884,6 +1884,9 @@ static int __bt_ag_sco_connect(bt_ag_info_t *hs)
        bt_ag_slconn_t *slconn = hs->slc;
        /*guint watch_id;*/
 
+       if (hs->state == HEADSET_STATE_ON_CALL)
+               return BT_HFP_AGENT_ERROR_ALREADY_CONNECTED;
+
        if (hs->state != HEADSET_STATE_CONNECTED)
                return BT_HFP_AGENT_ERROR_NOT_CONNECTED;
 #ifdef TIZEN_MEDIA_ENHANCE
index 1514011..1c4f4a2 100644 (file)
@@ -45,7 +45,7 @@ cp %{SOURCE1001} .
 export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE"
 export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
 export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
-export CFLAGS="$CFLAGS -DTIZEN_MEDIA_ENHANCE"
+#export CFLAGS="$CFLAGS -DTIZEN_MEDIA_ENHANCE"
 export CFLAGS="$CFLAGS -DTIZEN_BT_HFP_AG_ENABLE"
 
 %ifarch aarch64