1package: "com.android.ranging.flags"
2container: "com.android.uwb"
3
4flag {
5    name: "ranging_stack_enabled"
6    is_exported: true
7    namespace: "uwb"
8    description: "This flags controls generic ranging feature"
9    bug: "331206299"
10}
11
12flag {
13    name: "ranging_cs_enabled"
14    is_exported: true
15    namespace: "uwb"
16    description: "This flags controls channel sounding in generic ranging"
17    bug: "331206299"
18}
19
20flag {
21    name: "ranging_rtt_enabled"
22    is_exported: true
23    namespace: "uwb"
24    description: "This flags controls channel sounding in generic ranging"
25    bug: "331206299"
26}