ZDO_Start(gStartWithOutNvm_c);/* Start with one of the following modes: * gStartWithOutNvm_c * gStartAssociationRejoinWithNvm_c * gStartOrphanRejoinWithNvm_c * gStartNwkRejoinWithNvm_c * gStartSilentRejoinWithNvm_c */ }
Hi,
Try this one --u will find the solution------------------
keep this in Zdpmanager .c in ZC---in Zdpmsgcallback function--------
if( (pIndication->aClusterId[1] == 0x00) && (appState >= mStateBindSuccess_c))
APP_BIND();
keep this in ASL_interface.c
void APP_BIND(void)
{
zbNwkAddr_t aDestAddress = {0x00,0x00};
zbNwkAddr_t aBroadcast = {0xfd,0xff};
ASL_UpdateDevice(appEndPoint,gBind_Device_c);
ASL_EndDeviceBindRequest(NULL,aDestAddress,endPointList[0].pEndpointDesc->pSimpleDesc);
}
add necessary header files.