blob: c5092d58ab4af16506717f7677c87696789f4044 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
package: "com.android.bluetooth.flags"
flag {
name: "correct_bond_type_of_loaded_devices"
namespace: "bluetooth"
description: "Mark the bond type of loaded device as persistent"
bug: "319530790"
}
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"
}
|