blob: 3b47657936e491f51e33c096f8be5d920ea3e805 (
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
package: "com.android.bluetooth.flags"
container: "com.android.btservices"
flag {
name: "bta_av_use_peer_codec"
namespace: "bluetooth"
description: "Deprecate bta av codec state"
bug: "339264791"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "a2dp_ignore_started_when_responder"
namespace: "bluetooth"
description: "Ignore the event BTA_AV_START_EVT when source and responder"
bug : "341178856"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "avrcp_sdp_records"
namespace: "bluetooth"
description: "Update SDP records for AVRC"
bug: "341353017"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "a2dp_check_lea_iso_channel"
namespace: "bluetooth"
description: "Prevent A2DP stream from starting when LEA ISO channels are in use"
bug: "346475618"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "a2dp_variable_aac_capability"
namespace: "bluetooth"
description: "Enable AAC 48 kHz sampling rate for sink devices in the allow list"
bug: "38443632"
}
flag {
name: "av_stream_reconfigure_fix"
namespace: "bluetooth"
description: "Handle AVDT stream reconfiguration in an event"
bug: "348351688"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "avdt_discover_seps_as_acceptor"
namespace: "bluetooth"
description: "Discover stream end points when in acceptor role."
bug: "351158317"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "avdt_prioritize_mandatory_codec"
namespace: "bluetooth"
description: "Reject remote peer HD codec configuration if mandatory codec is preferred in the stack"
bug: "350427803"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "a2dp_broadcast_connection_state_when_turned_off"
namespace: "bluetooth"
description: "Broadcast CONNECTION_STATE_CHANGED when A2dpService is turned off while a device is connected"
bug: "360034472"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "a2dp_fix_codec_type_in_java"
namespace: "bluetooth"
description: "Mask out codec IDs such that they properly reflect unsigned value"
bug: "361742051"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "fix_avdt_rconfig_not_setting_l2cap"
namespace: "bluetooth"
description: "Set L2CAP flushable and high priority after A2DP reconfigure"
bug: "361717220"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "a2dp_source_threading_fix"
namespace: "bluetooth"
description: "Schedule A2DP source setup operations to bt_main_thread to prevent races"
bug: "374166531"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "a2dp_clear_pending_start_on_session_restart"
namespace: "bluetooth"
description: "Clear the kPendingStart flag when the audio session is restarted for codec reconfiguration"
bug: "378524655"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "avdt_handle_suspend_cfm_bad_state"
namespace: "bluetooth"
description: "Close connection on AVDTP Suspend Confirmation with BAD STATE error"
bug: "377830155"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "a2dp_lhdc_api"
namespace: "bluetooth"
description: "API change for LHDC codec support"
is_exported: true
bug: "380118954"
}
|