Lines Matching refs:status
143 NFCSTATUS status = NFCSTATUS_SUCCESS;
147 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
162 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INSUFFICIENT_RESOURCES);
165 return status;
184 NFCSTATUS status = NFCSTATUS_SUCCESS;
188 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
194 status = PHNFCSTVAL(CID_NFC_HCI,
218 status = phHciNfc_ReaderA_Update_Info(psHciContext,
221 status = phHciNfc_ReaderB_Update_Info(psHciContext,
225 status = phHciNfc_Felica_Update_Info(psHciContext,
229 status = phHciNfc_Jewel_Update_Info(psHciContext,
233 status = phHciNfc_ISO15693_Update_Info(psHciContext,
252 return status;
271 NFCSTATUS status = NFCSTATUS_SUCCESS;
277 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
299 status = PHNFCSTVAL(CID_NFC_HCI,
305 status = NFCSTATUS_SUCCESS;
319 status = PHNFCSTVAL(CID_NFC_HCI,
324 status = phHciNfc_Open_Pipe( psHciContext,
326 if(status == NFCSTATUS_SUCCESS)
329 status = phHciNfc_ReaderA_Update_Info(
335 status = NFCSTATUS_PENDING;
340 status = NFCSTATUS_PENDING;
345 status = NFCSTATUS_PENDING;
350 /* status = NFCSTATUS_PENDING; */
364 status = PHNFCSTVAL(CID_NFC_HCI,
370 status = phHciNfc_ReaderA_Auto_Activate( psHciContext,
372 if(status == NFCSTATUS_SUCCESS)
377 status = NFCSTATUS_PENDING;
382 status = NFCSTATUS_PENDING;
387 status = NFCSTATUS_PENDING;
392 status = NFCSTATUS_PENDING;
397 status = NFCSTATUS_PENDING;
402 /* status = NFCSTATUS_PENDING; */
416 status = PHNFCSTVAL(CID_NFC_HCI,
421 status = phHciNfc_Open_Pipe( psHciContext,
423 if(status == NFCSTATUS_SUCCESS)
428 status = NFCSTATUS_PENDING;
433 status = NFCSTATUS_PENDING;
438 status = NFCSTATUS_PENDING;
443 status = NFCSTATUS_PENDING;
448 /* status = NFCSTATUS_PENDING; */
463 status = PHNFCSTVAL(CID_NFC_HCI,
468 status = phHciNfc_Open_Pipe( psHciContext,
470 if(status == NFCSTATUS_SUCCESS)
475 status = NFCSTATUS_PENDING;
480 status = NFCSTATUS_PENDING;
485 status = NFCSTATUS_PENDING;
490 /* status = NFCSTATUS_PENDING; */
505 status = PHNFCSTVAL(CID_NFC_HCI,
510 status = phHciNfc_Open_Pipe( psHciContext,
512 if(status == NFCSTATUS_SUCCESS)
517 status = NFCSTATUS_PENDING;
522 status = NFCSTATUS_PENDING;
527 /* status = NFCSTATUS_PENDING; */
543 status = PHNFCSTVAL(CID_NFC_HCI,
548 status = phHciNfc_Open_Pipe( psHciContext,
550 if(status == NFCSTATUS_SUCCESS)
555 status = NFCSTATUS_PENDING;
560 /* status = NFCSTATUS_PENDING; */
578 status = PHNFCSTVAL(CID_NFC_HCI,
583 status = phHciNfc_Open_Pipe( psHciContext,
585 if(status == NFCSTATUS_SUCCESS)
589 status = NFCSTATUS_PENDING;
597 status = phHciNfc_NfcIP_SetMode( psHciContext, pHwRef,
599 if(status == NFCSTATUS_PENDING )
603 /* status = NFCSTATUS_SUCCESS; */
610 status = phHciNfc_NfcIP_SetPSL1( psHciContext, pHwRef,
612 if(status == NFCSTATUS_PENDING )
616 status = NFCSTATUS_SUCCESS;
623 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_HCI_SEQUENCE);
633 return status;
652 NFCSTATUS status = NFCSTATUS_SUCCESS;
659 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
664 status = phHciNfc_Send_RFReader_Event ( psHciContext, pHwRef,
666 status = ( (status == NFCSTATUS_PENDING)?
667 NFCSTATUS_SUCCESS : status);
669 return status;
688 NFCSTATUS status = NFCSTATUS_SUCCESS;
695 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
700 status = phHciNfc_Send_RFReader_Event ( psHciContext, pHwRef,
702 status = ( (status == NFCSTATUS_PENDING)?
703 NFCSTATUS_SUCCESS : status);
705 return status;
724 NFCSTATUS status = NFCSTATUS_SUCCESS;
741 status = phHciNfc_ReaderB_Get_PipeID
744 if( NFCSTATUS_SUCCESS == status )
749 status = phHciNfc_ReaderB_Update_Info(psHciContext,
760 status = phHciNfc_Felica_Get_PipeID
763 if( NFCSTATUS_SUCCESS == status )
769 status = phHciNfc_Felica_Update_Info(psHciContext,
780 status = phHciNfc_Jewel_Get_PipeID
783 if( NFCSTATUS_SUCCESS == status )
786 status = phHciNfc_Jewel_Update_Info(psHciContext,
797 status = phHciNfc_ISO15693_Get_PipeID
800 if( NFCSTATUS_SUCCESS == status )
803 status = phHciNfc_ISO15693_Update_Info(psHciContext,
814 status = phHciNfc_ReaderA_Get_PipeID
817 if( NFCSTATUS_SUCCESS == status )
820 status = phHciNfc_ReaderA_Update_Info(psHciContext,
825 if( ( NFCSTATUS_SUCCESS == status )
829 status = phHciNfc_ReaderMgmt_Initiate_Discovery( psHciContext,
835 return status;
852 NFCSTATUS status = NFCSTATUS_FAILED;
865 status = phHciNfc_ReaderA_Get_PipeID
868 if( NFCSTATUS_SUCCESS == status )
871 status = phHciNfc_ReaderA_Update_Info(psHciContext,
879 /* && (NFCSTATUS_SUCCESS != status) */
883 status = phHciNfc_ReaderB_Get_PipeID
889 /* && (NFCSTATUS_SUCCESS != status) */
893 status = phHciNfc_Felica_Get_PipeID
899 /* && (NFCSTATUS_SUCCESS != status) */
903 status = phHciNfc_Jewel_Get_PipeID
909 /* && (NFCSTATUS_SUCCESS != status) */
913 status = phHciNfc_ISO15693_Get_PipeID
920 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_NOT_ALLOWED);
923 if( (NFCSTATUS_SUCCESS == status)
927 status = phHciNfc_ReaderMgmt_End_Discovery( psHciContext,
933 return status;
956 NFCSTATUS status = NFCSTATUS_SUCCESS;
967 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
988 status = phHciNfc_ReaderA_Info_Sequence(
993 status = phHciNfc_ReaderA_App_Data(
995 status = ((NFCSTATUS_PENDING == status )?
996 NFCSTATUS_SUCCESS : status);
1010 status = phHciNfc_NfcIP_Info_Sequence(
1020 status = phHciNfc_NfcIP_GetATRInfo(
1024 (NFCSTATUS_PENDING == status)
1029 status = NFCSTATUS_SUCCESS;
1036 status = ((NFCSTATUS_PENDING == status )?
1037 NFCSTATUS_SUCCESS : status);
1049 status = phHciNfc_ReaderB_Info_Sequence(
1063 status = phHciNfc_Felica_Info_Sequence(
1074 status = phHciNfc_Jewel_Info_Sequence(
1085 status = phHciNfc_ISO15693_Info_Sequence(
1101 return status;
1122 NFCSTATUS status = NFCSTATUS_SUCCESS;
1127 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
1137 status = phHciNfc_ReaderA_Get_PipeID
1140 if( (NFCSTATUS_SUCCESS == status)
1144 status = phHciNfc_ReaderMgmt_Reactivate(
1154 status = phHciNfc_ReaderA_Get_PipeID
1157 if( (NFCSTATUS_SUCCESS == status)
1161 status = phHciNfc_Send_RFReader_Command (psHciContext,
1165 status = phHciNfc_ReaderA_Cont_Activate(
1175 status = phHciNfc_ReaderB_Get_PipeID
1178 if( (NFCSTATUS_SUCCESS == status)
1182 status = phHciNfc_Send_RFReader_Command (psHciContext,
1184 /* status = phHciNfc_ReaderA_Set_DataRateMax(
1187 /* status = phHciNfc_ReaderMgmt_Reactivate(
1196 status = phHciNfc_Felica_Get_PipeID
1199 if( (NFCSTATUS_SUCCESS == status)
1204 /* status = phHciNfc_ReaderA_Set_DataRateMax(
1207 status = phHciNfc_ReaderMgmt_Reactivate(
1217 status = phHciNfc_Jewel_Get_PipeID
1220 if( (NFCSTATUS_SUCCESS == status)
1224 status = phHciNfc_Jewel_GetRID(
1234 status = phHciNfc_ISO15693_Get_PipeID
1237 if( (NFCSTATUS_SUCCESS == status)
1242 status = phHciNfc_ReaderA_Set_DataRateMax(
1258 status = phHciNfc_Initiator_Cont_Activate(
1263 status = phHciNfc_NfcIP_Presence_Check (psHciContext, pHwRef);
1277 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_FEATURE_NOT_SUPPORTED);
1284 return status;
1294 NFCSTATUS status = NFCSTATUS_SUCCESS;
1301 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
1305 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_HCI_INFORMATION);
1315 status = phHciNfc_ReaderA_Get_PipeID(
1330 status = phHciNfc_ReaderB_Get_PipeID
1344 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_FEATURE_NOT_SUPPORTED);
1350 if( (NFCSTATUS_SUCCESS == status)
1354 status = phHciNfc_Send_RFReader_Command (psHciContext,
1358 return status;
1369 NFCSTATUS status = NFCSTATUS_SUCCESS;
1376 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
1380 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_HCI_INFORMATION);
1392 status = phHciNfc_ReaderA_Get_PipeID(
1407 status = phHciNfc_ReaderB_Get_PipeID
1421 status = phHciNfc_Felica_Get_PipeID
1424 if( (NFCSTATUS_SUCCESS == status)
1440 status = phHciNfc_Initiator_Get_PipeID(
1451 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_FEATURE_NOT_SUPPORTED);
1457 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_FEATURE_NOT_SUPPORTED);
1463 if( (NFCSTATUS_SUCCESS == status)
1467 status = phHciNfc_Send_RFReader_Command (psHciContext,
1471 return status;
1488 NFCSTATUS status = NFCSTATUS_SUCCESS;
1494 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
1503 status = phHciNfc_ReaderA_Get_PipeID
1512 status = phHciNfc_ReaderB_Get_PipeID
1522 status = phHciNfc_Felica_Get_PipeID
1532 status = phHciNfc_ISO15693_Get_PipeID
1540 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_FEATURE_NOT_SUPPORTED);
1545 if( (NFCSTATUS_SUCCESS == status)
1549 status = phHciNfc_Send_RFReader_Command (psHciContext,
1555 return status;
1572 NFCSTATUS status = NFCSTATUS_SUCCESS;
1579 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
1590 status = phHciNfc_ReaderA_Get_PipeID
1593 if( (NFCSTATUS_SUCCESS == status)
1597 status = phHciNfc_ReaderMgmt_Reactivate(
1606 status = phHciNfc_ReaderA_Get_PipeID
1609 if( (NFCSTATUS_SUCCESS == status)
1613 status = phHciNfc_Send_RFReader_Command (psHciContext,
1621 status = phHciNfc_NfcIP_Presence_Check (psHciContext, pHwRef);
1630 status = phHciNfc_ReaderB_Get_PipeID
1633 if( (NFCSTATUS_SUCCESS == status)
1637 status = phHciNfc_Send_RFReader_Command (psHciContext,
1647 status = phHciNfc_Felica_Get_PipeID
1650 if( (NFCSTATUS_SUCCESS == status)
1654 status = phHciNfc_Felica_Request_Mode(psHciContext, pHwRef);
1663 status = phHciNfc_Jewel_Get_PipeID
1666 if( (NFCSTATUS_SUCCESS == status)
1670 /* status = PHNFCSTVAL(CID_NFC_HCI,
1672 status = phHciNfc_Jewel_GetRID(
1682 status = phHciNfc_ISO15693_Get_PipeID
1685 if( (NFCSTATUS_SUCCESS == status)
1701 status = phHciNfc_Send_ISO15693_Command(
1711 status = PHNFCSTVAL(CID_NFC_HCI,
1719 return status;
1742 NFCSTATUS status = NFCSTATUS_SUCCESS;
1753 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
1767 status = phHciNfc_ReaderA_Get_PipeID
1776 status = phHciNfc_ReaderB_Get_PipeID
1786 status = phHciNfc_Felica_Get_PipeID
1796 status = phHciNfc_Jewel_Get_PipeID
1806 status = phHciNfc_ISO15693_Get_PipeID
1816 status = phHciNfc_Initiator_Get_PipeID
1824 status = PHNFCSTVAL(CID_NFC_HCI,
1831 if( (NFCSTATUS_SUCCESS == status)
1840 status
1845 return status;
1865 NFCSTATUS status = NFCSTATUS_SUCCESS;
1872 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
1876 status = PHNFCSTVAL(CID_NFC_HCI,
1887 status = phHciNfc_ReaderA_Get_PipeID
1890 if( (NFCSTATUS_SUCCESS == status)
1906 status = phHciNfc_Send_ReaderA_Command(
1912 status = phHciNfc_Send_ReaderA_Command(
1921 status = phHciNfc_Send_RFReader_Command(
1928 status = PHNFCSTVAL(CID_NFC_HCI,
1940 status = phHciNfc_ReaderB_Get_PipeID
1943 if( (NFCSTATUS_SUCCESS == status)
1950 status = phHciNfc_Send_RFReader_Command(
1961 status = phHciNfc_Felica_Get_PipeID
1964 if( (NFCSTATUS_SUCCESS == status)
1974 status = phHciNfc_Send_Felica_Command(
1980 status = phHciNfc_Send_Felica_Command(
1992 status = phHciNfc_ISO15693_Get_PipeID
1995 if( (NFCSTATUS_SUCCESS == status)
2010 status = phHciNfc_Send_ISO15693_Command(
2016 status = PHNFCSTVAL(CID_NFC_HCI,
2027 status = phHciNfc_Jewel_Get_PipeID
2030 if( (NFCSTATUS_SUCCESS == status)
2048 status = PHNFCSTVAL(CID_NFC_HCI,
2055 status = phHciNfc_Send_Jewel_Command(
2065 status = PHNFCSTVAL(CID_NFC_HCI,
2072 return status;
2089 NFCSTATUS status = NFCSTATUS_SUCCESS;
2095 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
2111 status = phHciNfc_Close_Pipe( psHciContext,
2113 if(status == NFCSTATUS_SUCCESS)
2117 /* status = NFCSTATUS_PENDING; */
2128 status = phHciNfc_Close_Pipe( psHciContext,
2130 if(status == NFCSTATUS_SUCCESS)
2134 status = NFCSTATUS_PENDING;
2146 status = phHciNfc_Close_Pipe( psHciContext,
2148 if(status == NFCSTATUS_SUCCESS)
2152 /* status = NFCSTATUS_PENDING; */
2166 status = PHNFCSTVAL(CID_NFC_HCI,
2171 status = phHciNfc_Open_Pipe( psHciContext,
2173 if(status == NFCSTATUS_SUCCESS)
2176 status = NFCSTATUS_PENDING;
2184 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_HCI_SEQUENCE);
2194 return status;
2218 NFCSTATUS status = NFCSTATUS_SUCCESS;
2225 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
2262 status = PHNFCSTVAL( CID_NFC_HCI, NFCSTATUS_FEATURE_NOT_SUPPORTED );
2268 if( NFCSTATUS_SUCCESS == status )
2275 status = phHciNfc_Send_HCP( psHciContext, pHwRef );
2280 return status;
2304 NFCSTATUS status = NFCSTATUS_SUCCESS;
2311 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
2367 status = PHNFCSTVAL( CID_NFC_HCI, NFCSTATUS_FEATURE_NOT_SUPPORTED );
2373 if( NFCSTATUS_SUCCESS == status )
2381 status = phHciNfc_Send_HCP( psHciContext, pHwRef );
2386 return status;