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

Commit 4dfc9266 authored by maheshkkv's avatar maheshkkv Committed by Mahesh KKV
Browse files

Add a feature flag for USD

USD stands for Unsynchronized Service Discovery. It's a key feature
that allows devices to discover each other directly without needing a
time synchronization. It also enables service discovery and sending
messages using wifi action frames.

Bug: 340878198
Flag: android.net.wifi.flags.usd
Test: build successfuly
Change-Id: I1fd83a8543fb975968998fce98e6fe626951cd42
parent 01bdfef3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -37,6 +37,15 @@ flag {
    }
}

flag {
    name: "usd"
    is_exported: true
    namespace: "wifi"
    description: "Unsynchronized Service Discovery"
    bug: "340878198"
    is_fixed_read_only: true
}

flag {
    name: "hotspot_network_connecting_state_for_details_page"
    namespace: "wifi"