blob: c11c6c0d454a4693c1f40ad22972a8eb0e7cfc27 [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}