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

Commit 77fcef68 authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

GD ACL: on_read_remote_supported_features_complete am: a9855deb am: 0e1d7409 am: 8d2d5e59

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1472567

Change-Id: I260bb9583a48a7156efa116bc0f66b9e1e3d45bb
parents c9143122 8d2d5e59
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -466,7 +466,9 @@ struct classic_impl : public DisconnectorForLe, public security::ISecurityManage
  void on_read_remote_supported_features_complete(EventPacketView packet) {
    auto view = ReadRemoteSupportedFeaturesCompleteView::Create(packet);
    ASSERT_LOG(view.IsValid(), "Read remote supported features packet invalid");
    LOG_INFO("UNIMPLEMENTED called");
    uint16_t handle = view.GetConnectionHandle();
    auto& acl_connection = acl_connections_.find(handle)->second;
    acl_connection.connection_management_callbacks_->OnReadRemoteExtendedFeaturesComplete(0, 1, view.GetLmpFeatures());
  }

  void on_read_remote_extended_features_complete(EventPacketView packet) {