blob: 19e84187850c36283b4d4680ce63047e32ce2c52 (
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
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "bta_dm_defer_device_discovery_state_change_until_rnr_complete"
namespace: "bluetooth"
description: "Fix double-sending device discovery state change when canceling RNR"
bug: "321170442"
}
flag {
name: "cancel_open_discovery_client"
namespace: "bluetooth"
description: "Cancel connection from discovery client correctly"
bug: "356168480"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "extend_and_randomize_role_switch_delay"
namespace: "bluetooth"
description: "Fix the possible conflicts between role switch and authentication"
bug: "388459732"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "bta_dm_disc_close_proper_conn_id"
namespace: "bluetooth"
description: "Make sure proper connection is closed when timeout happens"
bug: "399687217"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|