blob: 96985f27508a3d11c452b03e6df279db533edc5a [file] [log] [blame]
William Escande02969b92023-10-16 18:12:09 -07001package: "com.android.bluetooth.flags"
Oriol Prieto Gasco8bb65bb2024-02-03 02:39:07 +00002container: "com.android.btservices"
William Escande02969b92023-10-16 18:12:09 -07003
4flag {
William Escande8cec3a82023-10-16 23:46:36 -07005 name: "auto_connect_on_multiple_hfp_when_no_a2dp_device"
6 namespace: "bluetooth"
7 description: "Auto connect to hfp device is there is no a2dp device to connect to"
8 bug: "305867804"
9}
William Escande24f7b0b2023-10-30 16:48:34 -070010
11flag {
Yuyang Huang6224eeb2023-12-07 03:33:13 +000012 name: "is_sco_managed_by_audio"
13 namespace: "bluetooth"
14 description: "start and stop of the SCO is managed by Audio instead of Bluetooth"
15 bug: "315234036"
16}
Bhushan Shinkar6b9c2842023-12-15 09:10:20 +000017
18flag {
19 name: "retry_esco_with_zero_retransmission_effort"
20 namespace: "bluetooth"
21 description: "retry eSCO connection based on retransmission_effort"
22 bug: "316498257"
23}
Bhushan Shinkar44ecf512023-12-19 05:37:59 +000024
25flag {
Hsin-yu Chao93082dc2024-08-29 06:37:02 +000026 name: "hfp_software_datapath"
27 namespace: "bluetooth"
28 description: "enable HFP software decode/encode data path"
29 bug: "362865563"
30}
31
32flag {
Hsin-chen Chuang6ba62882024-03-25 14:14:08 +080033 name: "bta_ag_cmd_brsf_allow_uint32"
34 namespace: "bluetooth"
35 description: "Allow and ignore the RFU bits set to 0b1 rather than responding ERROR"
36 bug: "331129986"
37 metadata {
38 purpose: PURPOSE_BUGFIX
39 }
40}
Yuyang Huang0c705b02024-04-01 10:28:32 -070041
42flag {
Yun-Hao Chung1fca3b32024-04-11 09:36:52 +000043 name: "fix_hfp_qual_1_9"
44 namespace: "bluetooth"
45 description: "Fix multiple issues in CVSD fallback logics, which are blocking PTS HFP Qualification 1.9"
46 bug: "332650199"
47 metadata {
48 purpose: PURPOSE_BUGFIX
49 }
50}
Himanshu Rawat94241592024-05-17 23:24:28 +000051
52flag {
53 name: "reset_ag_state_on_collision"
54 namespace: "bluetooth"
55 description: "Reset AG instance state as well when outgoing connection attempt is discarded on collision detection"
56 bug: "341376713"
57 metadata {
58 purpose: PURPOSE_BUGFIX
59 }
60}
Jakub Rotkiewicz7926c5c2024-05-14 12:38:17 +000061
62flag {
63 name: "headset_client_am_hf_volume_symmetric"
64 namespace: "bluetooth"
65 description: "Fix AM/HF volume conversion to be symmetric"
66 bug: "340482648"
67 metadata {
68 purpose: PURPOSE_BUGFIX
69 }
70}
Nitin Jadhavf0470282024-06-06 08:42:50 +000071
72flag {
73 name: "maintain_call_index_after_conference"
74 namespace: "bluetooth"
75 description: "Avoid change of clcc call index after call disconnects from conference"
76 bug: "345380335"
77 metadata {
78 purpose: PURPOSE_BUGFIX
79 }
80}
Harshita Ojhadaef9fc2024-06-13 08:46:16 +000081
82flag {
83 name: "ignore_notify_when_already_connected"
84 namespace: "bluetooth"
85 description: "Flag to ignore connect state notification from Native to Java layer when already connected"
86 bug: "346679106"
87 metadata {
88 purpose: PURPOSE_BUGFIX
89 }
90}
Anil Kumar Vutukuru01b29192024-07-08 12:22:33 +000091
92flag {
93 name: "update_sco_state_correctly_on_rfcomm_disconnect_during_codec_nego"
94 namespace: "bluetooth"
95 description: "Flag to set the SCO state correctly on RFCOMM disconnection during Codec Negotiation"
96 bug: "351778741"
97 metadata {
98 purpose: PURPOSE_BUGFIX
99 }
100}
Nitin Jadhav36431502024-06-25 12:47:05 +0000101
102flag {
103 name: "update_active_device_in_band_ringtone"
104 namespace: "bluetooth"
105 description: "Active device update the in band ringtone, but how ringtone is played is still decided by the headset"
106 bug: "349318724"
107 metadata {
108 purpose: PURPOSE_BUGFIX
109 }
Martin Yan6cdae992024-07-19 06:11:47 +0000110}
111
112flag {
Yuyang Huang84349e12024-08-26 13:23:05 -0700113 name: "hfp_allow_volume_change_without_sco"
114 namespace: "bluetooth"
115 description: "Allow Audio Fwk to change SCO volume when HFP profile is connected and SCO not connected"
116 bug: "362313390"
117 metadata {
118 purpose: PURPOSE_BUGFIX
119 }
120}
121
122flag {
Martin Yan6cdae992024-07-19 06:11:47 +0000123 name: "choose_wrong_hfp_codec_in_specific_config"
124 namespace: "bluetooth"
125 description: "Flag to fix codec selection in nego when the peer device only support NB and SWB."
126 bug: "354070098"
127 metadata {
128 purpose: PURPOSE_BUGFIX
129 }
130}