From 952d9f65148844d85c3962b7621da36333928d27 Mon Sep 17 00:00:00 2001 From: Haijie Hong Date: Thu, 30 Nov 2023 18:54:32 +0800 Subject: [PATCH] Add flag to offload bluetooth callback/operations to background thread BUG: 305636727 Test: m Settings Change-Id: Iafb90965af6508300679fa16e8fb25d7c3098bcf --- aconfig/settings_bluetooth_declarations.aconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 aconfig/settings_bluetooth_declarations.aconfig diff --git a/aconfig/settings_bluetooth_declarations.aconfig b/aconfig/settings_bluetooth_declarations.aconfig new file mode 100644 index 00000000000..841430907d3 --- /dev/null +++ b/aconfig/settings_bluetooth_declarations.aconfig @@ -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" +}