Merge branch 'master' into release to roll forward to cl/340553187.

This commit is contained in:
hai007
2020-11-03 17:08:21 -08:00
6 changed files with 20 additions and 0 deletions
@@ -55,6 +55,7 @@ class FakeEndpointChannel : public EndpointChannel {
std::string GetName() const override { return "fake-channel"; }
Medium GetMedium() const override { return Medium::BLE; }
void EnableEncryption(std::shared_ptr<EncryptionContext> context) override {}
void DisableEncryption() override {}
bool IsPaused() const override { return false; }
void Pause() override {}
void Resume() override {}