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

Commit 5d7732a7 authored by Chris Manton's avatar Chris Manton
Browse files

Move stack/btm/btm_pm to stack/acl/btm_pm

The btm power modes are implemented on a per
ACL link basis, so moving it to acl.

Working towards encapsulation of tACL_CONN

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: Ic96a6acb0303ca746d40af9e570b1968d4916f3b
parent ec12afaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ cc_library_static {
        "btm/btm_devctl.cc",
        "btm/btm_inq.cc",
        "btm/btm_main.cc",
        "btm/btm_pm.cc",
        "acl/btm_pm.cc",
        "btm/btm_sco.cc",
        "btm/btm_sec.cc",
        "btu/btu_hcif.cc",
+0 −0

File moved.