Default Response on JN5169

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Default Response on JN5169

886 Views
nguyenanhgiau10
Contributor IV

Hi all,

I facing a problem: My coordinator not receive Default Response from any device when I send a command.
I defined:
/* Set this True to disable non error default responses from clusters */
#define ZCL_DISABLE_DEFAULT_RESPONSES (FALSE)
#define ZCL_DISABLE_APS_ACK (FALSE)

How can I resolve it?

Labels (1)
  • JN

Tags (1)
0 Kudos
3 Replies

818 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Gia,

Could you please modify the structure directly? zcl.c file.

.
.
    psZCL_Common->eLastZpsError = ZPS_E_SUCCESS;
    psZCL_Common->bTimeHasBeenSynchronised = FALSE;
    psZCL_Common->eSecuritySupported = E_ZCL_SECURITY_NETWORK;
    psZCL_Common->bDisableAPSACK = FALSE;
.
.

Please let me know your findings.

Regards,

Mario

0 Kudos

818 Views
nguyenanhgiau10
Contributor IV

Hi Mario,

I just get Default Response in several time. After that, I don't get it more.

Do I need to modify source code on other device?

0 Kudos

818 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Giau,

Could you please check the frame control field, and what is the value of the bit 4?

Could you please provide the sniffer log? 

Regards,

Mario

0 Kudos