1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 3 4flag { 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 12flag { 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 19flag { 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} 28 29flag { 30 name: "settings_can_control_hap_preset" 31 is_exported: true 32 namespace: "bluetooth" 33 description: "Allow user to control the preset of hearing aid devices" 34 bug: "306236481" 35} 36 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} 46