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

Commit 79e00909 authored by Myles Watson's avatar Myles Watson
Browse files

AclManager: Create a namespace for details

Bug: 145832107
Test: ./cert/run --host && bluetooth_test_gd
Change-Id: Ic22c9721c9aea8e0c0b348b71d8f237a1034360f
parent 32347ae5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
filegroup {
    name: "BluetoothHciSources",
    srcs: [
        "acl_manager/acl_connection.cc",
        "acl_manager/classic_acl_connection.cc",
        "acl_manager/le_acl_connection.cc",
        "acl_manager.cc",
        "acl_fragmenter.cc",
        "address.cc",
Loading