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

Commit 2ddaea43 authored by Chienyuan's avatar Chienyuan Committed by Chienyuan Huang
Browse files

Check cached command for ack_pause

Bug: 238850064
Test: gd/cert/run
Tag: #refactor
Change-Id: Iec306c4287ed53fedd920ec694a2e48fa9e0d9ce
Merged-In: Iec306c4287ed53fedd920ec694a2e48fa9e0d9ce
(cherry picked from commit f438c3d8)
(cherry picked from commit 162d2b37)
parent 62c727dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ void LeAddressManager::ack_pause(LeAddressManagerCallback* callback) {
  }

  if (address_policy_ != AddressPolicy::POLICY_NOT_SET) {
    handle_next_command();
    check_cached_commands();
  }
}