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

Commit e343113f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "HFP1.9: make variable name more readable"

parents 7b1d3570 5a069d76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1580,7 +1580,7 @@ public class HeadsetStateMachine extends StateMachine {
                + " Name=" + getCurrentDeviceName()
                + " hasNrecEnabled=" + mHasNrecEnabled
                + " hasWbsEnabled=" + mHasWbsEnabled);
        am.setParameters("bt_swb=" + (mHasSwbEnabled ? "on" : "off"));
        am.setParameters("bt_lc3_swb=" + (mHasSwbEnabled ? "on" : "off"));
        am.setBluetoothHeadsetProperties(getCurrentDeviceName(), mHasNrecEnabled, mHasWbsEnabled);
    }