From 80131bd21889cfecf9389e2709a793e6f53da523 Mon Sep 17 00:00:00 2001 From: Mattias Agren Date: Sat, 21 Apr 2012 12:49:59 +0200 Subject: Resolved uipc task termination issue during bluetooth on/off cycle. Cleanup. Change-Id: Iccaa9c36289108d8fc8a2ce7349cef6c6639b2a9 --- btif/include/btif_hh.h | 0 btif/src/btif_core.c | 0 btif/src/btif_dm.c | 0 btif/src/btif_hh.c | 0 btif/src/btif_media_task.c | 4 +++- btif/src/btif_util.c | 0 6 files changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 btif/include/btif_hh.h mode change 100755 => 100644 btif/src/btif_core.c mode change 100755 => 100644 btif/src/btif_dm.c mode change 100755 => 100644 btif/src/btif_hh.c mode change 100755 => 100644 btif/src/btif_media_task.c mode change 100755 => 100644 btif/src/btif_util.c (limited to 'btif') diff --git a/btif/include/btif_hh.h b/btif/include/btif_hh.h old mode 100755 new mode 100644 diff --git a/btif/src/btif_core.c b/btif/src/btif_core.c old mode 100755 new mode 100644 diff --git a/btif/src/btif_dm.c b/btif/src/btif_dm.c old mode 100755 new mode 100644 diff --git a/btif/src/btif_hh.c b/btif/src/btif_hh.c old mode 100755 new mode 100644 diff --git a/btif/src/btif_media_task.c b/btif/src/btif_media_task.c old mode 100755 new mode 100644 index d3c267e..b933d65 --- 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 old mode 100755 new mode 100644 -- cgit v1.1