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