Skip to content
Snippets Groups Projects
Commit 52845e63 authored by Hall Liu's avatar Hall Liu
Browse files

Stop turning on SCO audio automatically during call

Remove some code that turns on SCO audio automatically when a device
connects, since Telecom should be responsible for routing audio to
bluetooth during a call.

Bug: 22507913
Change-Id: Iabf9cb8dd77d47505e87d865f8208268d9b417b7
parent dbdf5bab
No related branches found
No related tags found
No related merge requests found
......@@ -1311,7 +1311,7 @@ static bt_status_t phone_state_change(int num_active, int num_held, bthf_call_st
__FUNCTION__);
memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA));
ag_res.audio_handle = btif_hf_cb[idx].handle;
ag_res.audio_handle = BTA_AG_HANDLE_SCO_NO_CHANGE;
/* Addition call setup with the Active call
** CIND response should have been updated.
** just open SCO conenction.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment