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}