Other Parts Discussed in Thread: Z-STACK
hi,guys
I really can not understand somthing in the serialapp project-------the bind mode.
if ( keys & HAL_KEY_SW_2 )
{
// Initiate an End Device Bind Request for the mandatory endpoint
ZDApp_SendEndDeviceBindReq( GenericApp_epDesc.endPoint );
}
and
if ( keys & HAL_KEY_SW_4 )
{
// Initiate a Match Description Request (Service Discovery)
// for the mandatory endpoint
ZDApp_AutoFindDestination( GenericApp_epDesc.endPoint );
}e
1. does the fuction"ZDApp_SendEndDeviceBindReq( );' can only do the bind for end device?or it can make the binding between other types of devices,for example the binding of two routers?
2.what is "Match Description Request" exactly,after my reading of the document ,it seems that the action of "HAL_KEY_SW_4 "have no effect of the binding?
i use the z-stack 1.4.2
thanks for your reply

