Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0f0f303 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Flags: Sort hap flags" into main

parents 4521cb17 81fade89
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -2,18 +2,18 @@ package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "enable_hap_by_default"
    name: "aics_api"
    is_exported: true
    namespace: "bluetooth"
    description: "On device that support HAP, enable it by default and disable ASHA"
    bug: "345826775"
    description: "Expose new API to control AICS data"
    bug: "372328699"
}

flag {
    name: "settings_can_control_hap_preset"
    is_exported: true
    name: "enable_hap_by_default"
    namespace: "bluetooth"
    description: "Allow user to control the preset of hearing aid devices"
    bug: "306236481"
    description: "On device that support HAP, enable it by default and disable ASHA"
    bug: "345826775"
}

flag {
@@ -26,11 +26,10 @@ flag {
    }
}


flag {
    name: "aics_api"
    name: "settings_can_control_hap_preset"
    is_exported: true
    namespace: "bluetooth"
    description: "Expose new API to control AICS data"
    bug: "372328699"
    description: "Allow user to control the preset of hearing aid devices"
    bug: "306236481"
}