LAPTOP-SNT8I5JK\Boounion
2025-07-11 2de4eb139c0cc595db761fedd822549384822fc9
SourceCode/Bond/Servo/HsmsPassive.cpp
@@ -754,15 +754,15 @@
         }
      }
      bCheckData = TRUE;
      LOGI("EanbleDisableAlarm bEnable:%s", bEnable ? _T("YES") : _T("NO"));
      for (auto item : ids) {
         LOGI("ID:%u", item);
      if (m_listener.onEnableDisableEventReport != nullptr) {
         m_listener.onEnableDisableEventReport(this, bEnable, ids);
      }
   }
MYREPLY:
   replyAck(2, 38, pRecv->getHeader()->systemBytes, BYTE(0), "ERACK");
   replyAck(2, 38, pRecv->getHeader()->systemBytes,
      bCheckData ? BYTE(0) : BYTE(1), "ERACK");
   return 0;
}