Check cached command for ack_pause

Bug: 238850064
Test: gd/cert/run
Tag: #refactor
Change-Id: Iec306c4287ed53fedd920ec694a2e48fa9e0d9ce
diff --git a/system/gd/hci/le_address_manager.cc b/system/gd/hci/le_address_manager.cc
index a0e789f..e9a76b0 100644
--- a/system/gd/hci/le_address_manager.cc
+++ b/system/gd/hci/le_address_manager.cc
@@ -251,7 +251,7 @@
   }
 
   if (address_policy_ != AddressPolicy::POLICY_NOT_SET) {
-    handle_next_command();
+    check_cached_commands();
   }
 }