1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "enable_hap_by_default"
6    namespace: "bluetooth"
7    description: "On device that support HAP, enable it by default and disable ASHA"
8    bug: "345826775"
9}
10
11flag {
12    name: "settings_can_control_hap_preset"
13    is_exported: true
14    namespace: "bluetooth"
15    description: "Allow user to control the preset of hearing aid devices"
16    bug: "306236481"
17}
18