summaryrefslogtreecommitdiff
path: root/flags/security.aconfig
blob: e3acba1d5d551a53247ff93382d7ce46c0bed9af (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
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "key_missing_classic_device"
    namespace: "bluetooth"
    description: "Key missing broadcast for Classic devices"
    bug: "333634398"
}

flag {
    name: "key_missing_as_ordered_broadcast"
    namespace: "bluetooth"
    description: "Key missing broadcast would be send as ordered broadcast"
    bug: "333634398"
}

flag {
    name: "correct_bond_type_of_loaded_devices"
    namespace: "bluetooth"
    description: "Mark the bond type of loaded device as persistent"
    bug: "319530790"
}

flag {
    name: "bluffs_mitigation"
    namespace: "bluetooth"
    description: "Cache security values to mitigate BLUFFS"
    bug: "314331379"
}

flag {
    name: "fix_pairing_failure_reason_from_remote"
    namespace: "bluetooth"
    description: "Correct the pairing failure reason reported from remote"
    bug: "320745565"
}

flag {
    name: "fix_le_oob_pairing_bypass"
    namespace: "bluetooth"
    description: "Fix oob bypassing bug in SMP"
    bug: "321271585"
}

flag {
    name: "fix_le_pairing_passkey_entry_bypass"
    namespace: "bluetooth"
    description: "Fix the passkey entry bypassing bug in SMP"
    bug: "321300737"
}

flag {
  name: "bta_av_setconfig_rej_type_confusion"
  namespace: "bluetooth"
  description: "Use stream control block for bta_av_setconfig_rej instead of a possibly incorrect union type"
  bug: "341754333"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}