Closed tea000001 closed 2 years ago
Hi never seen this happening. Seems like the firmware dropping the connection here. Are you using our examples or is this happening on your own firmware?
Hi,
update:
I found the problem is in
private void sendConfigMeshMessage(final int src, final int dst, @NonNull final ConfigMessage configurationMessage) {
final ProvisionedMeshNode node = mInternalTransportCallbacks.getProvisionedNode(dst);
[...]
}
(BaseMeshMessageHandler.java)
node is null
, so it can't send the configAppKeyAddState
(dst not null)
Describe the bug I want to mesh a device, but it's not successed, I read the log and I think this is happend after provisioning complete and before sending app key, i'm not sure the reason is releated IV index: 00000000 or Key index: 0000,
if everyone know what happen about that, please tell me or share the experience, thanks.
To Reproduce Steps to reproduce the behavior: Mesh device
Platform details:
Logs / Screenshots