blob: 8cc2bb491814aa396dc79559e15d970fa4aa7020 [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}
Handa Wang651bfda2024-09-23 08:48:53 +000038
39flag {
40 name: "set_nat64_configuration_enabled"
41 is_exported: true
42 is_fixed_read_only: true
43 namespace: "thread_network"
44 description: "Controls whether the setConfiguration API of NAT64 feature is enabled"
45 bug: "368456504"
46}
Kangping Dong56449db2024-10-17 00:22:21 +080047
48flag {
49 name: "thread_mobile_enabled"
50 is_exported: true
51 is_fixed_read_only: true
52 namespace: "thread_network"
53 description: "Controls whether Thread support for mobile devices is enabled"
54 bug: "368867060"
55}