Fix BLE stateful issues (#8287)

This commit is contained in:
Ben Meadors
2025-10-09 12:44:00 -05:00
committed by Jonathan Bennett
parent eee80ce636
commit 73cadce581
2 changed files with 4 additions and 21 deletions

View File

@@ -734,7 +734,7 @@ int PhoneAPI::onNotify(uint32_t newValue)
LOG_INFO("Tell client we have new packets %u", newValue);
onNowHasData(newValue);
} else {
LOG_DEBUG("(Client not yet interested in packets)");
LOG_DEBUG("Client not yet interested in packets (state=%d)", state);
}
return timeout ? -1 : 0; // If we timed out, MeshService should stop iterating through observers as we just removed one