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

Commit 81fade89 authored by William Escande's avatar William Escande
Browse files

Flags: Sort hap flags

Bug: 373814270
Bug: 372328699
Flag: com.android.bluetooth.flags.aics_api
Test: m .
Change-Id: Id09bbaca578c9173fcb3e55d967bbe3f53496c7e
parent a0556794
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"
}