summaryrefslogtreecommitdiff
path: root/flags/gap.aconfig
blob: 856f4f7bb402202ac04391bb91437d607af158b9 (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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
package: "com.android.bluetooth.flags"
container: "com.android.bt"

flag {
    name: "encrypted_advertising_data"
    namespace: "bluetooth"
    description: "Enable support for the decryption of Encrypted Advertising Data"
    bug: "308855997"
}

flag {
    name: "only_start_scan_during_ble_on"
    namespace: "bluetooth"
    description: "Instead of starting scan and gatt in ble_on, only start scan"
    bug: "313335632"
}

flag {
    name: "skip_unknown_robust_caching"
    namespace: "bluetooth"
    description: "skip initial DB lookup when robust caching support is UNKNOWN"
    bug: "317128464"
}

flag {
    name: "phy_to_native"
    namespace: "bluetooth"
    description: "Expose advertising PHY settings to native layer"
    bug: "326249470"
}

flag {
    name: "msft_addr_tracking_quirk"
    namespace: "bluetooth"
    description: "Scanning with MSFT paddress tracking for Realtek BT controllers"
    bug: "332438857"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "sec_dont_clear_keys_on_encryption_err"
    namespace: "bluetooth"
    description: "Do not clear security record on encryption error"
    bug: "342521414"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "android_os_identifier"
    namespace: "bluetooth"
    description: "Add a custom service to provide Android OS identifier"
    bug: "351860033"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "gatt_callback_on_failure"
    namespace: "bluetooth"
    description: "Invoke callbacks on early failure from the native stack"
    bug: "356550596"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "le_scan_msft_support"
    namespace: "bluetooth"
    description: "Support MSFT HCI extension for LE Scanning. go/bt-msft-aosp-dd"
    bug: "365787977"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "le_impl_ack_pause_disarmed"
    namespace: "bluetooth"
    description: "Let le_impl AckPause when disarmed to prevent stuck in pausing state"
    bug: "357024179"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "gatt_clear_cache_on_factory_reset"
    namespace: "bluetooth"
    description: "Clear GATT cache/hash on factory reset"
    bug: "373284699"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "le_scan_remove_non_oneway_binder_calls"
    namespace: "bluetooth"
    description: "Remove non-oneway binder calls from BluetoothLeScanner.startScan"
    bug: "375558872"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "initial_conn_params_p1"
    namespace: "bluetooth"
    description: "Use aggressive connection parameters when <2 connections exist. go/initial-connection-parameter-optimization"
    bug: "378595485"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "rpa_offload_to_bt_controller"
    namespace: "bluetooth"
    description: "Offload LE RPA rotation to BT controller. go/rpa-offload-to-bt-controller"
    bug: "378398874"
}

flag {
    name: "directed_advertising_api"
    namespace: "bluetooth"
    is_exported: true
    description: "Add new API for directed advertising"
    bug: "378230500"
}

flag {
    name: "gatt_queue_cleanup_connected"
    namespace: "bluetooth"
    description: "Cleans up BtaGattQueue when connected"
    bug: "379007400"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "configure_scan_on_resume"
    namespace: "bluetooth"
    description: "Configure scan paramters when start scanning from onResume"
    bug: "383436218"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "unregister_gatt_client_disconnected"
    namespace: "bluetooth"
    description: "Unregister gatt client when disconneted to prevent client leaks"
    bug: "380388092"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "fix_execute_write_no_pending"
    namespace: "bluetooth"
    description: "Send ATT_EXECUTE_WRITE_RSP when no pending write requests"
    bug: "385118069"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "change_default_trackable_adv_number"
    namespace: "bluetooth"
    description: "Change the default value for number of trackable advertisements for onFound"
    bug: "389568695"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "fix_unusable_adv_slot_due_to_map_access"
    namespace: "bluetooth"
    description: "Fixes the advertising slot becoming unusable due to incorrect map access via [] operator."
    bug: "388615378"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "fix_bluetooth_gatt_getting_duplicate_services"
    namespace: "bluetooth"
    description: "Fixes BluetoothGatt getting duplicate GATT services"
    bug: "391773937"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "batch_scan_optimization"
    namespace: "bluetooth"
    description: "Optimized batch scan for less wakeups"
    bug: "392132489"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "prevent_concurrent_conn_param_updates"
    namespace: "bluetooth"
    description: "Makes only one connection parameter update can be processed at a time per device."
    bug: "397316770"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "distance_measurement_thread"
    namespace: "bluetooth"
    description: "Makes distance measurement operations run on one thread."
    bug: "397809459"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "scan_controller_thread"
    namespace: "bluetooth"
    description: "Makes scan controller operations run on one thread."
    bug: "397863857"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "start_discover_service_changed"
    namespace: "bluetooth"
    description: "Start discovery again when service change indication arrives."
    bug: "400828637"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "le_disconnect_notification_handling"
    namespace: "bluetooth"
    description: "Fix LE link disconnection notification to stack's upper layers"
    bug: "403433488"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "rssi_scan_filter"
    namespace: "bluetooth"
    description: "Add RSSI ScanFilter"
    bug: "404986559"
}