Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.