• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.bluetooth.flags"
2container: "com.android.bt"
3
4flag {
5    name: "bta_av_use_peer_codec"
6    namespace: "bluetooth"
7    description: "Deprecate bta av codec state"
8    bug: "339264791"
9    metadata {
10        purpose: PURPOSE_BUGFIX
11    }
12}
13
14flag {
15    name: "a2dp_ignore_started_when_responder"
16    namespace: "bluetooth"
17    description: "Ignore the event BTA_AV_START_EVT when source and responder"
18    bug : "341178856"
19    metadata {
20        purpose: PURPOSE_BUGFIX
21    }
22}
23
24flag {
25    name: "a2dp_variable_aac_capability"
26    namespace: "bluetooth"
27    description: "Enable AAC 48 kHz sampling rate for sink devices in the allow list"
28    bug: "38443632"
29}
30
31flag {
32    name: "av_stream_reconfigure_fix"
33    namespace: "bluetooth"
34    description: "Handle AVDT stream reconfiguration in an event"
35    bug: "348351688"
36    metadata {
37        purpose: PURPOSE_BUGFIX
38    }
39}
40
41flag {
42    name: "fix_avdt_rconfig_not_setting_l2cap"
43    namespace: "bluetooth"
44    description: "Set L2CAP flushable and high priority after A2DP reconfigure"
45    bug: "361717220"
46    metadata {
47        purpose: PURPOSE_BUGFIX
48    }
49}
50
51flag {
52    name: "avdt_handle_suspend_cfm_bad_state"
53    namespace: "bluetooth"
54    description: "Close connection on AVDTP Suspend Confirmation with BAD STATE error"
55    bug: "377830155"
56    metadata {
57        purpose: PURPOSE_BUGFIX
58    }
59}
60
61flag {
62    name: "a2dp_lhdc_api"
63    namespace: "bluetooth"
64    description: "API change for LHDC codec support"
65    is_exported: true
66    bug: "380118954"
67}
68
69flag {
70    name: "a2dp_cleanup_on_remove_device"
71    namespace: "bluetooth"
72    description: "Always remove A2DP state machine when device is removed"
73    bug: "381313622"
74    metadata {
75        purpose: PURPOSE_BUGFIX
76    }
77}
78
79flag {
80    name: "avdt_handle_signaling_on_peer_failure"
81    namespace: "bluetooth"
82    description: "Abort AVDTP on failed connection as the acceptor and retry as the initiator"
83    bug: "381388684"
84    metadata {
85        purpose: PURPOSE_BUGFIX
86    }
87}
88
89flag {
90    name: "a2dp_sm_ignore_connect_events_in_connecting_state"
91    namespace: "bluetooth"
92    description: "When received CONNECT event in Connecting state, with no prior DISCONNECT - ignore the event"
93    bug: "383576378"
94    metadata {
95        purpose: PURPOSE_BUGFIX
96    }
97}
98
99flag {
100    name: "avdt_wait_for_initial_delay_report_as_initiator"
101    namespace: "bluetooth"
102    description: "As signaling initiator wait for delay report for peer sink and only then send open command"
103    bug: "394553654"
104    metadata {
105        purpose: PURPOSE_BUGFIX
106    }
107}
108
109flag {
110    name: "a2dp_version_1_4"
111    namespace: "bluetooth"
112    description: "Update the supported A2DP version to v1.4"
113    bug: "400784026"
114    metadata {
115        purpose: PURPOSE_BUGFIX
116    }
117}
118
119flag {
120    name: "avdtp_prevent_double_suspend"
121    namespace: "bluetooth"
122    description: "Add state to prevent sending multiple AVDTP Suspend command in a row"
123    bug: "402241316"
124    metadata {
125        purpose: PURPOSE_BUGFIX
126    }
127}
128