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

Commit 05ad8174 authored by Jack He's avatar Jack He
Browse files

Partial Revert "LE Shim: Implement ReadRemoteControllerInformation"

This reverts commit 348104d9.

Reason for revert: b/228809862

Duplicate read remote features and read remote version information commands

This is a partial revert because later patches depend on the original
patch and hence the revert has to be manually modified

Bug: 228809862
Test: revert
Change-Id: Ia5534411723f283358089072c399d407d97522bc
parent dab680a3
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -716,8 +716,7 @@ class LeShimAclConnection
  }
  }


  void ReadRemoteControllerInformation() override {
  void ReadRemoteControllerInformation() override {
    connection_->LeReadRemoteFeatures();
    // TODO Issue LeReadRemoteFeatures Command
    connection_->ReadRemoteVersionInformation();
  }
  }


  bluetooth::hci::AddressWithType GetLocalAddressWithType() {
  bluetooth::hci::AddressWithType GetLocalAddressWithType() {