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

Commit e4a7ded8 authored by Myles Watson's avatar Myles Watson
Browse files

LE AclManager expects LeCreateConnectionCancel

Bug: 145832107
Tag: #gd-refactor
Test: cert/run --host
Change-Id: I2ec1453daf9244036ff9175fc0596e138956b8eb
parent 7b3dd6e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ struct le_impl : public bluetooth::hci::LeAddressManagerCallback {
  }

  void on_create_connection_cancel_complete(CommandCompleteView view) {
    auto complete_view = CreateConnectionCancelCompleteView::Create(view);
    auto complete_view = LeCreateConnectionCancelCompleteView::Create(view);
    ASSERT(complete_view.IsValid());
    ASSERT(complete_view.GetStatus() == ErrorCode::SUCCESS);
    le_address_manager_->AckPause(this);