Hi,
I am trying to receive packets from a device with Zigbee custom profile. Through sniffer, I can see that the device joins the network and sends packets on it but I cannot see them on nordic.
I was trying to use zb_af_set_data_indication(data_indication) but the callback is never triggered for this device, while it works for devices with HA profile.
I also tried to receive packets by defining an endpoint with that custom profile and its clusters but the corresponding callback is never triggered. Again, I am able to see the callback for other end points with HA devices.
How can I receive messages from a device with custom profile?
Best regards.
Laura