Check cached command for ack_pause

Bug: 238850064
Test: gd/cert/run
Tag: #refactor
Change-Id: Iec306c4287ed53fedd920ec694a2e48fa9e0d9ce
Merged-In: Iec306c4287ed53fedd920ec694a2e48fa9e0d9ce
(cherry picked from commit f438c3d8faa37e1d5c2102c0e503e3a7b28e1044)
(cherry picked from commit 162d2b3748252185a10b57ec82f27b4972d2ce4c)
(cherry picked from commit 2ddaea43088cbfd79f41c2b821ef681ea8475734)
Merged-In: Iec306c4287ed53fedd920ec694a2e48fa9e0d9ce
diff --git a/system/gd/hci/le_address_manager.cc b/system/gd/hci/le_address_manager.cc
index 9634a5e..1dde2f4 100644
--- a/system/gd/hci/le_address_manager.cc
+++ b/system/gd/hci/le_address_manager.cc
@@ -252,7 +252,7 @@
   }
 
   if (address_policy_ != AddressPolicy::POLICY_NOT_SET) {
-    handle_next_command();
+    check_cached_commands();
   }
 }