blob: 89b398a4facea52ad2567318fd7dd60d4f805ae1 (
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
63
|
package: "com.android.bluetooth.flags"
container: "com.android.btservices"
flag {
name: "override_context_to_specify_device_id"
namespace: "bluetooth"
description: "In Bluetooth Manager, override the context with createDeviceContext to pin a specific DeviceId"
bug: "349657939"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "support_metadata_device_types_apis"
is_exported: true
namespace: "bluetooth"
description: "Support more device types in bt device metadata"
bug: "289584302"
}
flag {
name: "support_exclusive_manager"
is_exported: true
namespace: "bluetooth"
description: "Support setting/retrieving the exclusive manager app for a BluetoothDevice"
bug: "319716512"
}
flag {
name: "key_missing_broadcast"
is_exported: true
namespace: "bluetooth"
description: "Broadcast when remote device it lost bond"
bug: "311447399"
}
flag {
name: "keep_stopped_media_browser_service"
namespace: "bluetooth"
description: "Do not start stopped media browser services"
bug: "314855224"
}
flag {
name: "identity_address_null_if_not_known"
namespace: "bluetooth"
description: "Return null for identity address if identity address is not known"
bug: "317120534"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "remove_address_map_on_unbond"
namespace: "bluetooth"
description: "Removes the address map when the bond is removed"
bug: "335465028"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|