1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 3 4flag { 5 name: "adm_fallback_when_wired_audio_disconnected" 6 namespace: "bluetooth" 7 description: "Fallback to other connected device when wired audio device disconnects" 8 bug: "348124361" 9 metadata { 10 purpose: PURPOSE_BUGFIX 11 } 12} 13 14flag { 15 name: "adm_always_fallback_to_available_device" 16 namespace: "bluetooth" 17 description: "Fix audio path and always fallback to available device" 18 bug: "351820274" 19 metadata { 20 purpose: PURPOSE_BUGFIX 21 } 22} 23 24flag { 25 name: "adm_verify_active_fallback_device" 26 namespace: "bluetooth" 27 description: "Verify if device selected for fallback is different then last one" 28 bug: "369799111" 29 metadata { 30 purpose: PURPOSE_BUGFIX 31 } 32} 33 34flag { 35 name: "adm_fix_disconnect_of_set_member" 36 namespace: "bluetooth" 37 description: "Fix disconnecting of the set member device. Make sure the other set member is not considered as fallback device." 38 bug: "374320313" 39 metadata { 40 purpose: PURPOSE_BUGFIX 41 } 42}