Lines Matching refs:status

62   tHAL_UWB_STATUS status = UWBSTATUS_FAILED;
74 status = phNxpUciHal_performLcRotation();
78 if(status != UWBSTATUS_SUCCESS) {
220 …tHAL_UWB_STATUS status = phNxpUciHal_send_ext_cmd(sizeof(setCoreConfigurations), setCoreConfigurat…
221 if(status != UWBSTATUS_SUCCESS) {
222 return status;
224 return status;
237 tHAL_UWB_STATUS status = phNxpUciHal_send_ext_cmd(sizeof(buffer), buffer);
238 if(status != UWBSTATUS_SUCCESS) {
239 return status;
241 return status;
256 tHAL_UWB_STATUS status;
268 status = phNxpUciHal_send_ext_cmd(retlen,vendorConfig);
269 … NXPLOG_UCIHAL_D(" phNxpUciHal_send_ext_cmd :: status value for %s is %d ", name.c_str(),status);
270 if(status != UWBSTATUS_SUCCESS) {
295 tHAL_UWB_STATUS status = phNxpUciHal_send_ext_cmd(sizeof(buffer), buffer);
296 if(status != UWBSTATUS_SUCCESS) {
297 return status;
314 tHAL_UWB_STATUS status;
338 status = phNxpUciHal_send_ext_cmd(cmdLen,buffer);
339 NXPLOG_UCIHAL_D(" phNxpUciHal_send_ext_cmd :: status value for PLATFORM_ID is %d ", status);
342 status = UWBSTATUS_FAILED;
348 return status;
371 tHAL_UWB_STATUS status = UWBSTATUS_FAILED;
380 return status;
387 status = phNxpUciHal_fw_lcrotation();
388 if(status == UWBSTATUS_SUCCESS) {
390 status = phTmlUwb_Read( Rx_buffer, UCI_MAX_DATA_LEN,
392 if (status != UWBSTATUS_PENDING) {
393 NXPLOG_UCIHAL_E("read status error status = %x", status);
397 if (nxpucihal_ctrl.dev_status_ntf_wait.status != UWBSTATUS_SUCCESS) {
407 status = phNxpUciHal_set_board_config();
408 if (status != UWBSTATUS_SUCCESS) {
413 if (nxpucihal_ctrl.dev_status_ntf_wait.status != UWBSTATUS_SUCCESS) {
422 status = phNxpUciHal_uwb_reset();
423 if (status != UWBSTATUS_SUCCESS) {
428 if (nxpucihal_ctrl.dev_status_ntf_wait.status != UWBSTATUS_SUCCESS) {
437 status = phNxpUciHal_applyVendorConfig();
438 if (status != UWBSTATUS_SUCCESS) {
443 status = phNxpUciHal_setSecureConfig();
444 if (status != UWBSTATUS_SUCCESS) {
449 status = phNxpUciHal_sendGetCoreDeviceInfo();
450 if (status != UWBSTATUS_SUCCESS) {
455 status = phNxpUciHal_sendSetCoreConfigurations();
456 if (status != UWBSTATUS_SUCCESS) {
460 status = phNxpUciHal_sendGetDeviceCapInfo();
461 if (status != UWBSTATUS_SUCCESS) {
466 } else if(status == UWBSTATUS_FILE_NOT_FOUND) {
467 NXPLOG_UCIHAL_E("FW download File Not found: status= %x", status);
470 NXPLOG_UCIHAL_E("FW download is failed FW download recovery starts: status= %x", status);
481 return status;