| 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" |
| } |