livoxProto1: Rn Device::nAttachedStimBuffs=>nAttachedStimulusProducers

More semantically precise name.
This commit is contained in:
2025-11-15 00:56:20 -04:00
parent 475f67d36e
commit 188b09319c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ void DeviceManager::destroyDeviceReq(
std::shared_ptr<Device> device = getDevice(dev->discoveredDevice).
value_or(nullptr);
if (!device || device->nAttachedStimBuffs > 0)
if (!device || device->nAttachedStimulusProducers > 0)
{
callback.callbackFn(false);
return;