blob: 086698e06714e6549e998b2830845d7d46042088 [file] [log] [blame]
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "dump_without_promise_timeout"
namespace: "bluetooth"
description: "Remove the promise timeout for the dump"
bug: "404703494"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "remove_hop_from_le_adv_set_term"
namespace: "bluetooth"
description: "Remove one hop from the handling of LE Advertising Set Terminated handling to be consistent with the add_hop_to_event_callback flagged change for subevent callback"
bug: "407893031"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "set_ptr_null_after_free"
namespace: "bluetooth"
description: "Set the alarm pointers to null after freeing them"
bug: "415965031"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "replace_message_loop_thread_with_gd_handler"
namespace: "bluetooth"
description: "Use GD Handler and Reactor Thread instead of MessageLoopThread in legacy stack"
bug: "418119118"
}
flag {
name: "remove_handler_clear"
namespace: "bluetooth"
description: "Remove Handler::Clear(), and use the destructor instead."
bug: "428667010"
}
flag {
name: "protect_dumpsys_during_stack_shutdown"
namespace: "bluetooth"
description: "Do not proceed with dumpsys if the stack is not running."
bug: "429999031"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "use_shared_promise_for_le_address_manager"
namespace: "bluetooth"
description: "Use shared promise for LE Address Manager."
bug: "432148110"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "fix_event_handler_reg_and_dereg"
namespace: "bluetooth"
description: "Fix the event handler registration and deregistration."
bug: "433222144"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "prevent_storage_access_without_gd_running"
namespace: "bluetooth"
description: "Prevent read and write to storage when gd is not running"
bug: "434749707"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "fix_use_after_object_destroyed"
namespace: "bluetooth"
description: "Fix use of object passed to handler bind after the object is destroyed."
bug: "433736221"
metadata {
purpose: PURPOSE_BUGFIX
}
}