summaryrefslogtreecommitdiffstats
path: root/btif
diff options
context:
space:
mode:
authorMattias Agren <magren@broadcom.com>2012-04-21 12:49:59 +0200
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:18 -0700
commit80131bd21889cfecf9389e2709a793e6f53da523 (patch)
tree711d2e425700d496c01e376e47b5bf44e9f43d6b /btif
parent0a74f690813b98c1e8d6fa8f6ed10dc35b7949b6 (diff)
downloadexternal_bluetooth_bluedroid-80131bd21889cfecf9389e2709a793e6f53da523.zip
external_bluetooth_bluedroid-80131bd21889cfecf9389e2709a793e6f53da523.tar.gz
external_bluetooth_bluedroid-80131bd21889cfecf9389e2709a793e6f53da523.tar.bz2
Resolved uipc task termination issue during bluetooth on/off cycle.
Cleanup. Change-Id: Iccaa9c36289108d8fc8a2ce7349cef6c6639b2a9
Diffstat (limited to 'btif')
-rw-r--r--[-rwxr-xr-x]btif/include/btif_hh.h0
-rw-r--r--[-rwxr-xr-x]btif/src/btif_core.c0
-rw-r--r--[-rwxr-xr-x]btif/src/btif_dm.c0
-rw-r--r--[-rwxr-xr-x]btif/src/btif_hh.c0
-rw-r--r--[-rwxr-xr-x]btif/src/btif_media_task.c4
-rw-r--r--[-rwxr-xr-x]btif/src/btif_util.c0
6 files changed, 3 insertions, 1 deletions
diff --git a/btif/include/btif_hh.h b/btif/include/btif_hh.h
index 2849d63..2849d63 100755..100644
--- a/btif/include/btif_hh.h
+++ b/btif/include/btif_hh.h
diff --git a/btif/src/btif_core.c b/btif/src/btif_core.c
index 3c0142d..3c0142d 100755..100644
--- a/btif/src/btif_core.c
+++ b/btif/src/btif_core.c
diff --git a/btif/src/btif_dm.c b/btif/src/btif_dm.c
index 28b0bd3..28b0bd3 100755..100644
--- a/btif/src/btif_dm.c
+++ b/btif/src/btif_dm.c
diff --git a/btif/src/btif_hh.c b/btif/src/btif_hh.c
index 2b4454d..2b4454d 100755..100644
--- a/btif/src/btif_hh.c
+++ b/btif/src/btif_hh.c
diff --git a/btif/src/btif_media_task.c b/btif/src/btif_media_task.c
index d3c267e..b933d65 100755..100644
--- a/btif/src/btif_media_task.c
+++ b/btif/src/btif_media_task.c
@@ -505,7 +505,9 @@ static void btif_recv_ctrl_data(void)
/* post start event and wait for audio path to open */
btif_dispatch_sm_event(BTIF_AV_START_STREAM_REQ_EVT, NULL, 0);
- a2dp_cmd_acknowledge(A2DP_CTRL_ACK_SUCCESS);
+ /* don't ack back until we are fully started */
+ //a2dp_cmd_acknowledge(A2DP_CTRL_ACK_SUCCESS);
+
}
else if (btif_av_stream_started())
{
diff --git a/btif/src/btif_util.c b/btif/src/btif_util.c
index 9ed2cb8..9ed2cb8 100755..100644
--- a/btif/src/btif_util.c
+++ b/btif/src/btif_util.c