Home
last modified time | relevance | path

Searched refs:hdll_payload (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/uwb/halimpl/hal/sr200/
Dfwd_hdll.cc602 phFWD_Status_t handleGetInfoRsp(uint8_t *hdll_payload) { in handleGetInfoRsp() argument
606 getInfoRsp = process_getInfo_rsp(hdll_payload); in handleGetInfoRsp()
748 uint8_t *hdll_payload = NULL; in process_hdll_response() local
789 hdll_payload = (uint8_t *)malloc( in process_hdll_response()
792 if (NULL == hdll_payload) { in process_hdll_response()
795 memcpy(hdll_payload, &hdllCmdRsp->rsp_buf[HDLL_RSP_PAYLOAD_OFFSET], in process_hdll_response()
851 if (hdll_payload != NULL) { in process_hdll_response()
852 ret = handleGetInfoRsp(hdll_payload); in process_hdll_response()
907 if (hdll_payload != NULL) { in process_hdll_response()
908 free(hdll_payload); in process_hdll_response()