blob: be732ee1addeff95f251988dd375432f421285d6 (
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
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "uncache_player_when_browsed_player_changes"
namespace: "bluetooth"
description: "Uncache media player items when changing to a new player so updated player contents can be fetched if we change back to the previous player"
bug: "337259487"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "signal_connecting_on_focus_gain"
namespace: "bluetooth"
description: " Briefly signal a connecting playback state when we get focus so browser clients see us having an active playback state and switch to us as the source"
bug: "350510879"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "associate_browse_l2cap_request_with_active_control_channel"
namespace: "bluetooth"
description: " Associate a browse l2cap channel connection with the control channel from that same device regardless of specified role"
bug: "373482555"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|