Shim ACL: Implement OnLocalAddressUpdate

Tag: #gd-refactor
Bug: 181090402
Test: gd/cert/run
Test: manual, bond from remote device via nRF app
Change-Id: I3e570d0459d3d5fe6315b3416b7253aa9d9f1422
diff --git a/system/main/shim/acl.cc b/system/main/shim/acl.cc
index 21b6036..d13417b 100644
--- a/system/main/shim/acl.cc
+++ b/system/main/shim/acl.cc
@@ -604,7 +604,9 @@
                         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();