summaryrefslogtreecommitdiff
path: root/flags/bta_dm.aconfig
blob: be510f63cd1ff76daa8c27ae6717ba5cefe127ee (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
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: "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
    }
}