Searched refs:rsp_buff (Results 1 – 1 of 1) sorted by relevance
/hardware/nxp/uwb/halimpl/hal/sr200/ |
D | fwd_hdll.cc | 1705 uint8_t rsp_buff[HDLL_READ_BUFF_SIZE] = {0}; in phEdl_send_and_recv() local 1713 ret = sendEdlDownloadCertificateCmd(hdll_data, hdll_data_len, rsp_buff); in phEdl_send_and_recv() 1716 ret = sendEdlFlashWriteFirstCmd(hdll_data, hdll_data_len, rsp_buff); in phEdl_send_and_recv() 1719 ret = sendEdlFlashWriteCmd(hdll_data, hdll_data_len, rsp_buff); in phEdl_send_and_recv() 1722 ret = sendEdlFlashWriteLastCmd(hdll_data, hdll_data_len, rsp_buff); in phEdl_send_and_recv() 1725 ret = sendEdlLifecycleCertificateCmd(hdll_data, hdll_data_len, rsp_buff); in phEdl_send_and_recv() 1728 ret = sendEdlLifecycleWriteFirstCmd(hdll_data, hdll_data_len, rsp_buff); in phEdl_send_and_recv() 1731 ret = sendEdlLifecycleWriteLastCmd(hdll_data, hdll_data_len, rsp_buff); in phEdl_send_and_recv() 1734 ret = sendEdlPatchFlashWriteCmd(hdll_data, hdll_data_len, rsp_buff); in phEdl_send_and_recv()
|