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

This commit is contained in:
hai007
2020-12-03 22:43:52 -08:00
22 changed files with 511 additions and 252 deletions
@@ -54,6 +54,7 @@ class FakeEndpointChannel : public EndpointChannel {
std::string GetType() const override { return "fake-channel-type"; }
std::string GetName() const override { return "fake-channel"; }
Medium GetMedium() const override { return Medium::BLE; }
int GetMaxTransmitPacketSize() const override { return 512; }
void EnableEncryption(std::shared_ptr<EncryptionContext> context) override {}
void DisableEncryption() override {}
bool IsPaused() const override { return false; }