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

Commit 969695ed authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add shim ACL layer when rust is enabled" am: 1f229fba

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1896442

Change-Id: I7202798744afa6714f7a9347db7193740287c610
parents db10511e 1f229fba
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -120,6 +120,12 @@ void Stack::StartEverything() {

    // Create pid since we're up and running
    CreatePidFile();

    // Create the acl shim layer
    acl_ = new legacy::Acl(
        stack_handler_, legacy::GetAclInterface(),
        controller_get_interface()->get_ble_acceptlist_size(),
        controller_get_interface()->get_ble_resolving_list_max_size());
    return;
  }