Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 144c8fa1 authored by William Escande's avatar William Escande
Browse files

Move adapter flag outside of system_service

Bug: 366432079
Flag: com.android.bluetooth.flags.adapter_suspend_mgmt
Test: m .
Change-Id: I0ceb7046648341c7bccd966353b8faeda10fe1a0
parent 2e689390
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ aconfig_declarations {
    srcs: [
        "a2dp.aconfig",
        "active_device_manager.aconfig",
        "adapter.aconfig",
        "asha.aconfig",
        "audio_routing.aconfig",
        "avrcp.aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ aconfig("bluetooth_flags_c_lib") {
  sources = [
    "a2dp.aconfig",
    "active_device_manager.aconfig",
    "adapter.aconfig",
    "asha.aconfig",
    "audio_routing.aconfig",
    "avrcp.aconfig",

flags/adapter.aconfig

0 → 100644
+9 −0
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "adapter_suspend_mgmt"
    namespace: "bluetooth"
    description: "Configure the BT adapter in a suspend state to avoid unexpected wake-up"
    bug: "366432079"
}
+0 −7
Original line number Diff line number Diff line
@@ -84,10 +84,3 @@ flag {
    description: "Replace binder call to the system server with a Messenger to enforce thread safety"
    bug: "321804999"
}

flag {
    name: "adapter_suspend_mgmt"
    namespace: "bluetooth"
    description: "Configure the BT adapter in a suspend state to avoid unexpected wake-up"
    bug: "366432079"
}