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

Commit 22cc2195 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Shim ACL: Implement OnLocalAddressUpdate" am: ae414c1e

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1607876

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I41f60901ccf316b5c84d9e607bfd0aaba9a49e9e
parents 4ba1dce3 ae414c1e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -604,7 +604,9 @@ class LeShimAclConnection
                        rx_phy);
  }

  void OnLocalAddressUpdate(hci::AddressWithType address_with_type) override {}
  void OnLocalAddressUpdate(hci::AddressWithType address_with_type) override {
    connection_->UpdateLocalAddress(address_with_type);
  }

  void OnDisconnection(hci::ErrorCode reason) {
    Disconnect();