blob: 634000d0bdf4d27864dd013bcc5b7ab9b9056b95 (
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
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "aics_api"
is_exported: true
namespace: "bluetooth"
description: "Expose new API to control AICS data"
bug: "372328699"
}
flag {
name: "enable_hap_by_default"
namespace: "bluetooth"
description: "On device that support HAP, enable it by default and disable ASHA"
bug: "345826775"
}
flag {
name: "hap_connect_only_requested_device"
namespace: "bluetooth"
description: "On profile connection, connect only requested device, not whole group it belongs to"
bug: "370405555"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "settings_can_control_hap_preset"
is_exported: true
namespace: "bluetooth"
description: "Allow user to control the preset of hearing aid devices"
bug: "306236481"
}
flag {
name: "connect_hap_on_other_profile_connect"
namespace: "bluetooth"
description: "Try to connect HAP when other profile is getting connected"
bug: "379771539"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|