diff options
author | 2024-11-04 16:49:24 -0800 | |
---|---|---|
committer | 2024-11-11 23:19:10 +0000 | |
commit | 4dfc92668a33bda0f147f82914da4da0f08c981f (patch) | |
tree | 37d0dc95434feb7033a2bb262d899d1380ab0156 | |
parent | 01bdfef3b6e2695b02beb87bc8ed6b4a21b07a66 (diff) |
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
-rw-r--r-- | wifi/wifi.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wifi/wifi.aconfig b/wifi/wifi.aconfig index 90d13e628ad6..369b80994e1b 100644 --- a/wifi/wifi.aconfig +++ b/wifi/wifi.aconfig @@ -38,6 +38,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" description: "Update getConnectedState in HotspotNetworkEntry so that details page displays correctly." |