blob: 6b7500316396195a4d3ee7b9e3bb1fbb1f4bf927 [file] [log] [blame]
Chienyuan Huang0dffd7f2023-12-27 09:17:46 +00001package: "com.android.bluetooth.flags"
Oriol Prieto Gasco8bb65bb2024-02-03 02:39:07 +00002container: "com.android.btservices"
Chienyuan Huang0dffd7f2023-12-27 09:17:46 +00003
4flag {
5 name: "channel_sounding"
Oriol Prieto Gascod5b82002024-03-26 01:45:25 +00006 is_exported: true
Chienyuan Huang0dffd7f2023-12-27 09:17:46 +00007 namespace: "bluetooth"
8 description: "Enable Channel Sounding"
9 bug: "317683528"
10}
Chienyuan Huang399250b2024-02-07 09:58:12 +000011
12flag {
13 name: "channel_sounding_in_stack"
14 namespace: "bluetooth"
15 description: "Enable Channel Sounding in the Bluetooth stack"
16 bug: "324185011"
Steven Liuf787f082024-05-14 15:37:10 +000017}
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}