1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "audio_port_binder_inherit_rt"
6    namespace: "bluetooth"
7    description: "Allow audio port AIDL thread to inherit thread priority from its caller"
8    bug: "335049159"
9    metadata {
10        purpose: PURPOSE_BUGFIX
11    }
12}
13