blob: 7851d5ff82e877380ce5ffcdf575272e8303a43d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "channel_sounding"
is_exported: true
namespace: "bluetooth"
description: "Enable Channel Sounding"
bug: "317683528"
}
flag {
name: "channel_sounding_in_stack"
namespace: "bluetooth"
description: "Enable Channel Sounding in the Bluetooth stack"
bug: "324185011"
}
flag {
name:"channel_sounding_25q2_apis"
namespace: "bluetooth"
is_exported: true
description: "Add new APIs for channel sounding"
bug: "367409858"
}
|