I use CC1352P in ZNP mode and ZTool.
HUE Philips lamp was paired to the ZNP with APP_CNF_BDB_START_COMMISSIONING command.
ZDO_ACTIVE_EP_REQ command works, I see the lamp c lusters.
I can send AF_DATA_REQUEST command to send on/off and it works.
But when I send command UTIL_GET_DEVICE_INFO, the lamp is not present in the AssiocDevicesList.
<RX>10:40:18.27 COM10 UTIL_GET_DEVICE_INFO_RESPONSE (0x6700)
Status: SUCCESS (0x0)
IEEEAddr: 0x00124B001CA1BC04
ShortAddress: 0x0000
DeviceType: COORDINATOR (0x1)
DeviceState: DEV_ZB_COORD (0x9)
NumAssocDevices: 0x00
AssocDevicesList
UTIL_ASSOC_COUNT returns 0 of associated devices.
<TX>10:43:26.69 COM10 UTIL_ASSOC_COUNT (0x2748)
StartRelation: 0x00
EndRelation: 0x00
<RX>10:43:26.69 COM10 UTIL_ASSOC_COUNT_RESPONSE (0x6748)
Count: 0x0000
But when I send command UTIL_ASSOC_FIND_DEVICE, I get the response with short address of the lamp.
<TX>10:44:04.99 COM10 UTIL_ASSOC_FIND_DEVICE (0x2749)
Number: 0x00
<RX>10:44:05 COM10 UTIL_ASSOC_FIND_DEVICE_RESPONSE (0x6749)
Device: o_........c....... (0x6F, 0x5F, 0x00, 0x00, 0x04, 0x08, 0x00, 0x00, 0x00, 0x01, 0x63, 0x00, 0x00, 0x00, 0x1D, 0x00, 0xFF, 0xFF)
0x5F6F is the short address of the lamp.
Why the lamp is not in the associated list? What is wrong?