1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "pbap_client_storage_refactor"
6    namespace: "bluetooth"
7    description: "Abstract away accounts/storage and change how contacts are passed and stored"
8    bug: "376461939"
9}
10
11flag {
12    name: "pbap_client_contacts_caching"
13    namespace: "bluetooth"
14    description: "Use primary and secondary versions to persist contacts across connections"
15    bug: "376461947"
16}
17