1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "auto_connect_on_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: "305799237"
9}
10
11flag {
12    name: "auto_connect_on_multiple_hfp_when_no_a2dp_device"
13    namespace: "bluetooth"
14    description: "Auto connect to hfp device is there is no a2dp device to connect to"
15    bug: "305867804"
16}
17
18flag {
19    name: "hfp_codec_aptx_voice"
20    namespace: "bluetooth"
21    description: "AptX Voice codec support for HFP calls"
22    bug: "308497929"
23}
24
25flag {
26    name: "use_dsp_codec_when_controller_does_not_support"
27    namespace: "bluetooth"
28    description: "use codec on the DSP when the BT controller does not support it"
29    bug: "308838380"
30}
31
32flag {
33    name: "is_sco_managed_by_audio"
34    namespace: "bluetooth"
35    description: "start and stop of the SCO is managed by Audio instead of Bluetooth"
36    bug: "315234036"
37}
38
39flag {
40    name: "retry_esco_with_zero_retransmission_effort"
41    namespace: "bluetooth"
42    description: "retry eSCO connection based on retransmission_effort"
43    bug: "316498257"
44}
45
46flag {
47    name: "close_rfcomm_instead_of_reset"
48    namespace: "bluetooth"
49    description: "Closing Rfcomm Connection instead of reset"
50    bug: "316993992"
51}
52
53flag {
54    name: "pretend_network_service"
55    namespace: "bluetooth"
56    description: "during ongoing call, pretend network service in +CIND when network is unavailable"
57    bug: "317307596"
58}
59
60flag {
61    name: "bta_ag_cmd_brsf_allow_uint32"
62    namespace: "bluetooth"
63    description: "Allow and ignore the RFU bits set to 0b1 rather than responding ERROR"
64    bug: "331129986"
65    metadata {
66        purpose: PURPOSE_BUGFIX
67    }
68}
69
70flag {
71    name: "reset_after_collision"
72    namespace: "bluetooth"
73    description: "Reset p_scb when collision occured and rfcomm is not opened yet"
74    bug: "332324315"
75    metadata {
76        purpose: PURPOSE_BUGFIX
77    }
78}
79
80flag {
81    name: "sink_audio_policy_handover"
82    namespace: "bluetooth"
83    description: "If sink audio policy makes device active for call, then resume past active device"
84    bug: "333562819"
85    metadata {
86        purpose: PURPOSE_BUGFIX
87    }
88}
89
90flag {
91    name: "keep_hfp_active_during_leaudio_handover"
92    namespace: "bluetooth"
93    description: "During LE audio to HFP handover, keep HFP active throughout SCO retry"
94    bug: "339528451"
95    metadata {
96        purpose: PURPOSE_BUGFIX
97    }
98}
99
100flag {
101    name: "fix_hfp_qual_1_9"
102    namespace: "bluetooth"
103    description: "Fix multiple issues in CVSD fallback logics, which are blocking PTS HFP Qualification 1.9"
104    bug: "332650199"
105    metadata {
106        purpose: PURPOSE_BUGFIX
107    }
108}
109
110flag {
111    name: "reset_ag_state_on_collision"
112    namespace: "bluetooth"
113    description: "Reset AG instance state as well when outgoing connection attempt is discarded on collision detection"
114    bug: "341376713"
115    metadata {
116        purpose: PURPOSE_BUGFIX
117    }
118}
119
120flag {
121    name: "headset_client_am_hf_volume_symmetric"
122    namespace: "bluetooth"
123    description: "Fix AM/HF volume conversion to be symmetric"
124    bug: "340482648"
125    metadata {
126        purpose: PURPOSE_BUGFIX
127    }
128}
129