summaryrefslogtreecommitdiff
path: root/flags/avrcp.aconfig
blob: 7a30583c07f7cbdd6aaf1bde157ab334883b7276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
package: "com.android.bluetooth.flags"
container: "com.android.bt"

flag {
    name: "abs_volume_sdp_conflict"
    namespace: "bluetooth"
    description: "Check connection state after SDP discovery to prevent connection collision resulting in no absolute volume support"
    bug: "336915955"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "browsing_refactor"
    namespace: "bluetooth"
    description: "Broadcast all players instead of BT player, remove MediaBrowser preload, support package modification"
    bug: "338156685"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "get_all_element_attributes_empty"
    namespace: "bluetooth"
    description: "Return all attributes even if empty when requesting all attributes with GetElementAttributes"
    bug: "362896963"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "set_addressed_player"
    namespace: "bluetooth"
    description: "Implement SetAddressedPlayer"
    bug: "352279986"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "avrcp_16_default"
    namespace: "bluetooth"
    description: "Set AVRCP 1.6 as default AVRCP version"
    bug: "374271695"
}