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

Commit d8fc1572 authored by Les Lee's avatar Les Lee Committed by Android (Google) Code Review
Browse files

Merge "wifi: rename mode 'ON' to 'VOICE'." into main

parents a0fc8273 b5d73ee5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1924,7 +1924,7 @@ ndk::ScopedAStatus WifiChip::setVoipModeInternal(const WifiChip::VoipMode in_mod
    wifi_voip_mode mode;
    switch (in_mode) {
        case WifiChip::VoipMode::VOICE:
            mode = wifi_voip_mode::WIFI_VOIP_MODE_ON;
            mode = wifi_voip_mode::WIFI_VOIP_MODE_VOICE;
            break;
        case WifiChip::VoipMode::OFF:
            mode = wifi_voip_mode::WIFI_VOIP_MODE_OFF;