Hello Mario,
hope you are doing well to.
yes indeed this is based on
case (E_SL_MSG_MANAGEMENT_LQI_REQUEST):
{
uint8 u8StartIndex;
u16TargetAddress = ZNC_RTN_U16 ( au8LinkRxBuffer, 0 );
u8StartIndex = au8LinkRxBuffer[2];
u8Status = APP_eZdpMgmtLqiRequest ( u16TargetAddress
u8StartIndex,
&u8SeqNum );
}
this occurred already by just queering the controller Neighbour table as you can see in the initial post,
NO I don't have any sniff as anyhow it won't help since the query is just asking for the Neighbour table of the Zigbee controler
The code is coming from the JN-AN-1216-ZigBee-3-0-IoT-ControlBridge
All code is based with the "ZigbeeNodeControlBridge"