blob: 14b70d056330da8d69cf649b33357ab053574745 [file] [log] [blame]
Kangping Dong75aa4852023-10-24 14:18:08 +08001package: "com.android.net.thread.flags"
Paul Duffin8a4c9f62024-04-25 09:46:33 +01002container: "com.android.tethering"
Kangping Dong75aa4852023-10-24 14:18:08 +08003
4flag {
5 name: "thread_enabled"
Oriol Prieto Gasco646b09f2024-03-01 17:12:02 +00006 is_exported: true
Kangping Dong75aa4852023-10-24 14:18:08 +08007 namespace: "thread_network"
8 description: "Controls whether the Android Thread feature is enabled"
9 bug: "301473012"
10}
Motomu Utsumidbb82c02024-08-15 16:56:35 +090011
12flag {
13 name: "configuration_enabled"
14 is_exported: true
Kangping Dong8fb3f072024-08-28 13:55:15 +080015 is_fixed_read_only: true
Motomu Utsumidbb82c02024-08-15 16:56:35 +090016 namespace: "thread_network"
17 description: "Controls whether the Android Thread configuration is enabled"
18 bug: "342519412"
Zhanglong Xia5bbfd912024-06-20 13:04:29 +080019}
20
21flag {
22 name: "channel_max_powers_enabled"
23 is_exported: true
Kangping Dong8fb3f072024-08-28 13:55:15 +080024 is_fixed_read_only: true
Zhanglong Xia5bbfd912024-06-20 13:04:29 +080025 namespace: "thread_network"
26 description: "Controls whether the Android Thread setting max power of channel feature is enabled"
27 bug: "346686506"
28}
Yang Sunb8aa8bb2024-06-20 17:20:49 +080029
30flag {
31 name: "epskc_enabled"
32 is_exported: true
33 is_fixed_read_only: true
34 namespace: "thread_network"
35 description: "Controls whether the Android Thread Ephemeral Key feature is enabled"
36 bug: "348323500"
37}