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

Commit 2d47288f authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

Fix undefined reference of A2dpIntf::cleanup

Bug: 190676649
Tag: #floss
Test: Build floss

Change-Id: Iddee71b9d9a5131679d248e41e9fb55e35ede1e6
parent c0d7ad74
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -158,6 +158,10 @@ int A2dpIntf::config_codec(RustRawAddress bt_addr, ::rust::Vec<A2dpCodecConfig>
  return intf_->config_codec(addr, prefs);
}

void A2dpIntf::cleanup() {
  // TODO: Implement.
}

}  // namespace rust
}  // namespace topshim
}  // namespace bluetooth