Searched refs:hdll_data (Results 1 – 1 of 1) sorted by relevance
/hardware/nxp/uwb/halimpl/hal/sr200/ |
D | fwd_hdll.cc | 1702 phFWD_Status_t phEdl_send_and_recv(uint8_t *hdll_data, uint32_t hdll_data_len, in phEdl_send_and_recv() argument 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()
|