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

Commit 4c97123e authored by Ying Hsu's avatar Ying Hsu
Browse files

Flag: add adapter_suspend_mgmt

Bug: 366432079
Test: m -j
Flag: Exempt, adding a flag
Change-Id: I2f96799686c17c292bc2e015dd5c39881467d69f
parent 12a59cda
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -64,3 +64,10 @@ flag {
    description: "Replace binder call to the system server with a Messenger to enforce thread safety"
    description: "Replace binder call to the system server with a Messenger to enforce thread safety"
    bug: "321804999"
    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"
}