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

Commit ae414c1e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Shim ACL: Implement OnLocalAddressUpdate"

parents b9e99235 4d3bb751
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();