William Escande | c7223df | 2023-10-18 20:36:07 -0700 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
Oriol Prieto Gasco | 8bb65bb | 2024-02-03 02:39:07 +0000 | [diff] [blame] | 2 | container: "com.android.btservices" |
William Escande | c7223df | 2023-10-18 20:36:07 -0700 | [diff] [blame] | 3 | |
| 4 | flag { |
William Escande | 81fade8 | 2024-10-17 18:08:48 -0700 | [diff] [blame] | 5 | name: "aics_api" |
| 6 | is_exported: true |
| 7 | namespace: "bluetooth" |
| 8 | description: "Expose new API to control AICS data" |
| 9 | bug: "372328699" |
| 10 | } |
| 11 | |
| 12 | flag { |
William Escande | 883e9dc | 2024-06-07 14:18:32 -0700 | [diff] [blame] | 13 | 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 | |
| 19 | flag { |
Krzysztof Kopyściński | 6037328 | 2024-10-01 05:32:19 +0000 | [diff] [blame] | 20 | 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 Escande | 68fffd4 | 2024-10-08 17:05:35 -0700 | [diff] [blame] | 28 | |
William Escande | 68fffd4 | 2024-10-08 17:05:35 -0700 | [diff] [blame] | 29 | flag { |
William Escande | 81fade8 | 2024-10-17 18:08:48 -0700 | [diff] [blame] | 30 | name: "settings_can_control_hap_preset" |
William Escande | 68fffd4 | 2024-10-08 17:05:35 -0700 | [diff] [blame] | 31 | is_exported: true |
| 32 | namespace: "bluetooth" |
William Escande | 81fade8 | 2024-10-17 18:08:48 -0700 | [diff] [blame] | 33 | description: "Allow user to control the preset of hearing aid devices" |
| 34 | bug: "306236481" |
William Escande | 68fffd4 | 2024-10-08 17:05:35 -0700 | [diff] [blame] | 35 | } |
Krzysztof Kopyściński | c66e69a | 2024-11-19 05:39:52 +0000 | [diff] [blame] | 36 | |
| 37 | flag { |
| 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 | } |