Loading system/main/shim/acl.cc +3 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
system/main/shim/acl.cc +3 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading