• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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}
27
28flag {
29    name: "ranging_stack_updates_25q4"
30    is_exported: true
31    namespace: "uwb"
32    description: "This flags controls updates to ranging stack for 25Q4"
33    bug: "398835649"
34}
35