blob: 9e3bd50b5d1e3a03669c9b832a173e7830fed7ed (
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
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "auto_connect_on_multiple_hfp_when_no_a2dp_device"
namespace: "bluetooth"
description: "Auto connect to hfp device is there is no a2dp device to connect to"
bug: "305867804"
}
flag {
name: "is_sco_managed_by_audio"
namespace: "bluetooth"
description: "start and stop of the SCO is managed by Audio instead of Bluetooth"
bug: "315234036"
}
flag {
name: "hfp_software_datapath"
namespace: "bluetooth"
description: "enable HFP software decode/encode data path"
bug: "362865563"
}
flag {
name: "bta_ag_cmd_brsf_allow_uint32"
namespace: "bluetooth"
description: "Allow and ignore the RFU bits set to 0b1 rather than responding ERROR"
bug: "331129986"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "fix_hfp_qual_1_9"
namespace: "bluetooth"
description: "Fix multiple issues in CVSD fallback logics, which are blocking PTS HFP Qualification 1.9"
bug: "332650199"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "maintain_call_index_after_conference"
namespace: "bluetooth"
description: "Avoid change of clcc call index after call disconnects from conference"
bug: "345380335"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "ignore_notify_when_already_connected"
namespace: "bluetooth"
description: "Flag to ignore connect state notification from Native to Java layer when already connected"
bug: "346679106"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "update_sco_state_correctly_on_rfcomm_disconnect_during_codec_nego"
namespace: "bluetooth"
description: "Flag to set the SCO state correctly on RFCOMM disconnection during Codec Negotiation"
bug: "351778741"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "update_active_device_in_band_ringtone"
namespace: "bluetooth"
description: "Active device update the in band ringtone, but how ringtone is played is still decided by the headset"
bug: "349318724"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "choose_wrong_hfp_codec_in_specific_config"
namespace: "bluetooth"
description: "Flag to fix codec selection in nego when the peer device only support NB and SWB."
bug: "354070098"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "sco_state_machine_cleanup"
namespace: "bluetooth"
description: "Cleanup SCO SM if headset disconnected during opening."
bug: "391090332"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "non_conference_call_hangup"
namespace: "bluetooth"
description: "Active call hangup when conference call is in holding state "
bug: "388159341"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "check_peer_hf_indicator"
namespace: "bluetooth"
description: "Flag to check the peer HF indicator before setting feature mask"
bug: "383933502"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_battery_level_update_only_through_hf_indicator"
namespace: "bluetooth"
description: "Flag to ignore vendor specific battery level update when HF indicator support is enabled."
bug: "385870861"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "hfp_volume_control_property"
namespace: "bluetooth"
description: "Check system property before hands-free volume UI request."
bug: "404152232"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|