Home
last modified time | relevance | path

Searched refs:resp (Results 1 - 2 of 2) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Dapp_demo_iot.c38 IoTCmdRespT resp; in DemoMsgRcvCallBack() local
46 resp.requestID = requesID; in DemoMsgRcvCallBack()
47 resp.respName = NULL; in DemoMsgRcvCallBack()
48 resp.retCode = 0; // <which means 0 success and others failed in DemoMsgRcvCallBack()
49 resp.paras = NULL; in DemoMsgRcvCallBack()
50 (void)IoTProfileCmdResp(CONFIG_DEVICE_PWD, &resp); in DemoMsgRcvCallBack()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dapp_demo_iot.c133 IoTCmdResp resp; in DemoMsgRcvCallBack() local
142 resp.requestID = requesID; in DemoMsgRcvCallBack()
143 resp.respName = NULL; in DemoMsgRcvCallBack()
144 resp.retCode = 0; ////< which means 0 success and others failed in DemoMsgRcvCallBack()
145 resp.paras = NULL; in DemoMsgRcvCallBack()
146 (void)IoTProfileCmdResp(CONFIG_DEVICE_PWD, &resp); in DemoMsgRcvCallBack()

Completed in 2 milliseconds