summaryrefslogtreecommitdiff
path: root/flags/pairing.aconfig
blob: faae7d2618d8b23231e56d08032d6bc71e694b53 (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
273
274
275
276
277
278
279
280
281
282
package: "com.android.bluetooth.flags"
container: "com.android.bt"

flag {
    name: "clear_auth_collision_state_on_pairing_complete"
    namespace: "bluetooth"
    description: "Clear authentication collision state on pairing conclusion"
    bug: "358116527"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "guest_mode_bond"
    namespace: "bluetooth"
    description: "Do not remove guest mode bonded devices on BT restart in guest mode"
    bug: "349882273"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "remove_dup_pairing_response_in_oob_pairing"
    namespace: "bluetooth"
    description: "Avoid sending duplicate pairing response when device is in peripheral role & OOB pairing mode chosen"
    bug: "351948689"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "donot_queue_dup_rnr"
    namespace: "bluetooth"
    description: "Avoid queueing second RNR as part of ssp process"
    bug: "361839492"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "read_le_appearance"
    namespace: "bluetooth"
    description: "Read GATT Appearance characteristic on new LE connections"
    bug: "362367900"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "clear_pairing_state_when_no_devrec"
    namespace: "bluetooth"
    description: "Clear pairing state on early bond failure due to connection timeout and devrec is not created"
    bug: "364321751"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "donot_validate_bond_state_from_profiles"
    namespace: "bluetooth"
    description: "do not validate bond state from profiles for incoming connections as stack already ensures secure service access"
    bug: "353738134"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "save_peer_csrk_after_ltk_gen"
    namespace: "bluetooth"
    description: "save peer csrk after ltk generated so that right security level is marked as part of peer csrk"
    bug: "365567905"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "wait_for_lea_disc_on_le_acl_stat"
    namespace: "bluetooth"
    description: "Check for LE ACL status before waiting on LEA discovery"
    bug: "369687005"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "trigger_sec_proc_on_inc_access_req"
    namespace: "bluetooth"
    description: "Trigger security procedure as acceptor as needed"
    bug: "376278485"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "prevent_service_connections_on_remove_bond"
    namespace: "bluetooth"
    description: "Disable service connections on remove bond"
    bug: "378736590"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "donot_update_sec_flags_on_csrk_save"
    namespace: "bluetooth"
    description: "Updating sec flags while saving csrk info can cause setting securith level wrongly as security level might have not determined at that time"
    bug: "379109304"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "ignore_auth_req_when_collision_timer_active"
    namespace: "bluetooth"
    description: "Ignore authentication request when collision timer is still active"
    bug: "380328715"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "remove_device_in_main_thread"
    namespace: "bluetooth"
    description: "Device must be removed in main thread"
    bug: "381275933"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "bonded_device_smp_failure_handling"
    namespace: "bluetooth"
    description: "Don't remove bond on SMP failure for bonded devices in peripheral role"
    bug: "385181815"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "peripheral_auth_req"
    namespace: "bluetooth"
    description: "Use appropriate authentication requirements for SMP security request in peripheral role"
    bug: "385202199"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "le_appearance_after_ctkd"
    namespace: "bluetooth"
    description: "Allow read of LE appearance after CTKD if class of device is unknown"
    bug: "386835787"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "create_metadata_after_bonding"
    namespace: "bluetooth"
    description: "Don't create metadata before the device is bonded"
    bug: "387523991"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "le_encryption_refresh_failure_handling"
    namespace: "bluetooth"
    description: "Don't remove bond on LE encryption refresh failure"
    bug: "393396710"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "donot_mandate_auth_along_with_encryption"
    namespace: "bluetooth"
    description: "Don't mandate authentication along with encryption"
    bug: "395476774"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "temporary_pairing_tracking"
    namespace: "bluetooth"
    description: "Correctly track temporary pairing status"
    bug: "397705157"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "auto_transport_pairing"
    namespace: "bluetooth"
    description: "Fix transport selection for auto transport pairing"
    bug: "398329326"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "reset_security_flags_on_pairing_failure"
    namespace: "bluetooth"
    description: "Reset security flags on pairing failure"
    bug: "400586238"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "smp_connection_status_handling_when_no_acl"
    namespace: "bluetooth"
    description: "Fix SMP connection status sent from L2CAP when LE ACL is not connected"
    bug: "401073843"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "non_zero_local_irk"
    namespace: "bluetooth"
    description: "Ensure that the local IRK is not zero before sending it to the controller"
    bug: "401126556"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "le_peripheral_enc_failure"
    namespace: "bluetooth"
    description: "Don't remove bond on LE encryption failure in peripheral role with bonded device, instead just disconnect the link"
    bug: "403313352"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "immediate_encryption_after_pairing"
    namespace: "bluetooth"
    description: "Encrypt BR/EDR link immediately after pairing"
    bug: "402510244"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "unrelated_device_smp_cancellation"
    namespace: "bluetooth"
    description: "Don't cancel SMP pairing if encryption fails for unrelated device"
    bug: "404658828"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}