1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "avrcp_connect_a2dp_delayed"
6    namespace: "bluetooth"
7    description: "When peer device connects AVRCP but not A2DP we initiate A2DP connection after some time delay"
8    bug: "328406945"
9}
10
11flag {
12    name: "abs_volume_sdp_conflict"
13    namespace: "bluetooth"
14    description: "Check connection state after SDP discovery to prevent connection collision resulting in no absolute volume support"
15    bug: "336915955"
16    metadata {
17        purpose: PURPOSE_BUGFIX
18    }
19}
20
21flag {
22    name: "browsing_refactor"
23    namespace: "bluetooth"
24    description: "Broadcast all players instead of BT player, remove MediaBrowser preload, support package modification"
25    bug: "338156685"
26    metadata {
27        purpose: PURPOSE_BUGFIX
28    }
29}
30