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

Commit 6c00d9c4 authored by Jack He's avatar Jack He Committed by Gerrit Code Review
Browse files

Merge "gd hci: Correct max_page_number for read remote feature complete"

parents c1efff4f 91e4ece9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ struct classic_impl : public security::ISecurityManagerListener {
      ASSERT(!crash_on_unknown_handle_);
      return;
    }
    callbacks->OnReadRemoteExtendedFeaturesComplete(0, 1, view.GetLmpFeatures());
    callbacks->OnReadRemoteExtendedFeaturesComplete(0, 0, view.GetLmpFeatures());
  }

  void on_read_remote_extended_features_complete(EventView packet) {