blob: 3ce320f88d53c9d0b0e04be8b4c46ea983b989bf [file] [log] [blame]
William Escandec7223df2023-10-18 20:36:07 -07001package: "com.android.bluetooth.flags"
Oriol Prieto Gasco8bb65bb2024-02-03 02:39:07 +00002container: "com.android.btservices"
William Escandec7223df2023-10-18 20:36:07 -07003
4flag {
William Escande81fade82024-10-17 18:08:48 -07005 name: "aics_api"
6 is_exported: true
7 namespace: "bluetooth"
8 description: "Expose new API to control AICS data"
9 bug: "372328699"
10}
11
12flag {
William Escande883e9dc2024-06-07 14:18:32 -070013 name: "enable_hap_by_default"
14 namespace: "bluetooth"
15 description: "On device that support HAP, enable it by default and disable ASHA"
16 bug: "345826775"
17}
18
19flag {
Krzysztof Kopyściński60373282024-10-01 05:32:19 +000020 name: "hap_connect_only_requested_device"
21 namespace: "bluetooth"
22 description: "On profile connection, connect only requested device, not whole group it belongs to"
23 bug: "370405555"
24 metadata {
25 purpose: PURPOSE_BUGFIX
26 }
27}
William Escande68fffd42024-10-08 17:05:35 -070028
William Escande68fffd42024-10-08 17:05:35 -070029flag {
William Escande81fade82024-10-17 18:08:48 -070030 name: "settings_can_control_hap_preset"
William Escande68fffd42024-10-08 17:05:35 -070031 is_exported: true
32 namespace: "bluetooth"
William Escande81fade82024-10-17 18:08:48 -070033 description: "Allow user to control the preset of hearing aid devices"
34 bug: "306236481"
William Escande68fffd42024-10-08 17:05:35 -070035}
Krzysztof Kopyścińskic66e69a2024-11-19 05:39:52 +000036
37flag {
38 name: "connect_hap_on_other_profile_connect"
39 namespace: "bluetooth"
40 description: "Try to connect HAP when other profile is getting connected"
41 bug: "379771539"
42 metadata {
43 purpose: PURPOSE_BUGFIX
44 }
45}