Add flag to offload bluetooth callback/operations to background thread

BUG: 305636727
Test: m Settings
Change-Id: Iafb90965af6508300679fa16e8fb25d7c3098bcf
This commit is contained in:
Haijie Hong
2023-11-30 18:54:32 +08:00
parent aa590c2d8b
commit 952d9f6514

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