diff options
Diffstat (limited to 'btif/src')
-rw-r--r--[-rwxr-xr-x] | btif/src/btif_core.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | btif/src/btif_dm.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | btif/src/btif_hh.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | btif/src/btif_media_task.c | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | btif/src/btif_util.c | 0 |
5 files changed, 3 insertions, 1 deletions
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 |