blob: 1e5cc61016e76c814f1eb10845017cc24a451651 (
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
|
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: "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"
}
|