Kangping Dong | 75aa485 | 2023-10-24 14:18:08 +0800 | [diff] [blame] | 1 | package: "com.android.net.thread.flags" |
Paul Duffin | 8a4c9f6 | 2024-04-25 09:46:33 +0100 | [diff] [blame] | 2 | container: "com.android.tethering" |
Kangping Dong | 75aa485 | 2023-10-24 14:18:08 +0800 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "thread_enabled" |
Oriol Prieto Gasco | 646b09f | 2024-03-01 17:12:02 +0000 | [diff] [blame] | 6 | is_exported: true |
Kangping Dong | 75aa485 | 2023-10-24 14:18:08 +0800 | [diff] [blame] | 7 | namespace: "thread_network" |
| 8 | description: "Controls whether the Android Thread feature is enabled" |
| 9 | bug: "301473012" |
| 10 | } |
Motomu Utsumi | dbb82c0 | 2024-08-15 16:56:35 +0900 | [diff] [blame] | 11 | |
| 12 | flag { |
| 13 | name: "configuration_enabled" |
| 14 | is_exported: true |
Kangping Dong | 8fb3f07 | 2024-08-28 13:55:15 +0800 | [diff] [blame] | 15 | is_fixed_read_only: true |
Motomu Utsumi | dbb82c0 | 2024-08-15 16:56:35 +0900 | [diff] [blame] | 16 | namespace: "thread_network" |
| 17 | description: "Controls whether the Android Thread configuration is enabled" |
| 18 | bug: "342519412" |
Zhanglong Xia | 5bbfd91 | 2024-06-20 13:04:29 +0800 | [diff] [blame] | 19 | } |
| 20 | |
| 21 | flag { |
| 22 | name: "channel_max_powers_enabled" |
| 23 | is_exported: true |
Kangping Dong | 8fb3f07 | 2024-08-28 13:55:15 +0800 | [diff] [blame] | 24 | is_fixed_read_only: true |
Zhanglong Xia | 5bbfd91 | 2024-06-20 13:04:29 +0800 | [diff] [blame] | 25 | namespace: "thread_network" |
| 26 | description: "Controls whether the Android Thread setting max power of channel feature is enabled" |
| 27 | bug: "346686506" |
| 28 | } |
Yang Sun | b8aa8bb | 2024-06-20 17:20:49 +0800 | [diff] [blame^] | 29 | |
| 30 | flag { |
| 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 | } |