Merge "Add flag to offload bluetooth callback/operations to background thread" into main

This commit is contained in:
Haijie Hong
2023-12-05 03:24:50 +00:00
committed by Android (Google) Code Review

View File

@@ -0,0 +1,8 @@
package: "com.android.settings.flags"
flag {
name: "enable_offload_bluetooth_operations_to_background_thread"
namespace: "pixel_cross_device_control"
description: "Gates whether to offload bluetooth operations to background thread"
bug: "305636727"
}