1package: "com.android.bluetooth.flags" 2container: "com.android.bt" 3 4flag { 5 name: "auto_connect_on_multiple_hfp_when_no_a2dp_device" 6 namespace: "bluetooth" 7 description: "Auto connect to hfp device is there is no a2dp device to connect to" 8 bug: "305867804" 9} 10 11flag { 12 name: "is_sco_managed_by_audio" 13 namespace: "bluetooth" 14 description: "start and stop of the SCO is managed by Audio instead of Bluetooth" 15 bug: "315234036" 16} 17 18 19flag { 20 name: "hfp_software_datapath" 21 namespace: "bluetooth" 22 description: "enable HFP software decode/encode data path" 23 bug: "362865563" 24} 25 26flag { 27 name: "bta_ag_cmd_brsf_allow_uint32" 28 namespace: "bluetooth" 29 description: "Allow and ignore the RFU bits set to 0b1 rather than responding ERROR" 30 bug: "331129986" 31 metadata { 32 purpose: PURPOSE_BUGFIX 33 } 34} 35 36flag { 37 name: "fix_hfp_qual_1_9" 38 namespace: "bluetooth" 39 description: "Fix multiple issues in CVSD fallback logics, which are blocking PTS HFP Qualification 1.9" 40 bug: "332650199" 41 metadata { 42 purpose: PURPOSE_BUGFIX 43 } 44} 45 46flag { 47 name: "maintain_call_index_after_conference" 48 namespace: "bluetooth" 49 description: "Avoid change of clcc call index after call disconnects from conference" 50 bug: "345380335" 51 metadata { 52 purpose: PURPOSE_BUGFIX 53 } 54} 55 56flag { 57 name: "ignore_notify_when_already_connected" 58 namespace: "bluetooth" 59 description: "Flag to ignore connect state notification from Native to Java layer when already connected" 60 bug: "346679106" 61 metadata { 62 purpose: PURPOSE_BUGFIX 63 } 64} 65 66flag { 67 name: "update_sco_state_correctly_on_rfcomm_disconnect_during_codec_nego" 68 namespace: "bluetooth" 69 description: "Flag to set the SCO state correctly on RFCOMM disconnection during Codec Negotiation" 70 bug: "351778741" 71 metadata { 72 purpose: PURPOSE_BUGFIX 73 } 74} 75 76flag { 77 name: "choose_wrong_hfp_codec_in_specific_config" 78 namespace: "bluetooth" 79 description: "Flag to fix codec selection in nego when the peer device only support NB and SWB." 80 bug: "354070098" 81 metadata { 82 purpose: PURPOSE_BUGFIX 83 } 84} 85 86flag { 87 name: "sco_state_machine_cleanup" 88 namespace: "bluetooth" 89 description: "Cleanup SCO SM if headset disconnected during opening." 90 bug: "391090332" 91 metadata { 92 purpose: PURPOSE_BUGFIX 93 } 94} 95 96flag { 97 name: "non_conference_call_hangup" 98 namespace: "bluetooth" 99 description: "Active call hangup when conference call is in holding state " 100 bug: "388159341" 101 metadata { 102 purpose: PURPOSE_BUGFIX 103 } 104} 105 106flag { 107 name: "check_peer_hf_indicator" 108 namespace: "bluetooth" 109 description: "Flag to check the peer HF indicator before setting feature mask" 110 bug: "383933502" 111 metadata { 112 purpose: PURPOSE_BUGFIX 113 } 114} 115 116flag { 117 name: "enable_battery_level_update_only_through_hf_indicator" 118 namespace: "bluetooth" 119 description: "Flag to ignore vendor specific battery level update when HF indicator support is enabled." 120 bug: "385870861" 121 metadata { 122 purpose: PURPOSE_BUGFIX 123 } 124} 125 126flag { 127 name: "hfp_volume_control_property" 128 namespace: "bluetooth" 129 description: "Check system property before hands-free volume UI request." 130 bug: "404152232" 131 metadata { 132 purpose: PURPOSE_BUGFIX 133 } 134} 135