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

Commit ace92111 authored by Sal Savage's avatar Sal Savage
Browse files

Flags: Add PBAP Client storage and caching flags

Bug: 315241296
Bug: 376461939
Bug: 376461947
Bug: 376478155
Test: m com.android.btservices
Change-Id: Ic88e60b879fb7680c586c1cfa84ad7e446533968
parent fb40d1e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ aconfig_declarations {
        "metric.aconfig",
        "opp.aconfig",
        "pairing.aconfig",
        "pbapclient.aconfig",
        "ranging.aconfig",
        "rfcomm.aconfig",
        "rnr.aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ aconfig("bluetooth_flags_c_lib") {
    "metric.aconfig",
    "opp.aconfig",
    "pairing.aconfig",
    "pbapclient.aconfig",
    "ranging.aconfig",
    "rfcomm.aconfig",
    "rnr.aconfig",
+16 −0
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "pbap_client_storage_refactor"
    namespace: "bluetooth"
    description: "Abstract away accounts/storage and change how contacts are passed and stored"
    bug: "376461939"
}

flag {
    name: "pbap_client_contacts_caching"
    namespace: "bluetooth"
    description: "Use primary and secondary versions to persist contacts across connections"
    bug: "376461947"
}