I'm using the MCUXpress IDE and SDK_2_6_3_JN5189DK6.
I created a ZC project with importing the zigbee_coordinator_bm.
And, I added some clusters include own manufacturer specific cluster.
I want to accept packet from this manufacturer specific cluster.
I think I need to register my cluster using vZCL_RegisterCheckForManufCodeCallBack function.
Is it right?
Then, where can I find the example code?
I couldn't find it in the SDK and JN_AN_1247.
I'd appreciate it if you would help me from this.