Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHal4Nfc_Reader.c102 sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_Connect()
115 Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb = pNotifyConnectCb; in phHal4Nfc_Connect()
118 && (NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice)) in phHal4Nfc_Connect()
130 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice in phHal4Nfc_Connect()
136 if(NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_Connect()
175 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice = NULL; in phHal4Nfc_Connect()
177 Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb = NULL; in phHal4Nfc_Connect()
183 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_Connect()
194 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_Connect()
197 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice; in phHal4Nfc_Connect()
[all …]
DphHal4Nfc_P2P.c104 else if(NFC_EVT_ACTIVATED == Hal4Ctxt->sTgtConnectInfo.EmulationState) in phHal4Nfc_Send()
214 if(NFC_EVT_ACTIVATED == Hal4Ctxt->sTgtConnectInfo.EmulationState) in phHal4Nfc_Receive()
332 ||(NFC_INVALID_RELEASE_TYPE != Hal4Ctxt->sTgtConnectInfo.ReleaseType)) in phHal4Nfc_SendCompleteHandler()
337 Hal4Ctxt->sTgtConnectInfo.ReleaseType?NFCSTATUS_RELEASED:SendStatus); in phHal4Nfc_SendCompleteHandler()
357 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice, in phHal4Nfc_SendCompleteHandler()
364 if(NFC_INVALID_RELEASE_TYPE != Hal4Ctxt->sTgtConnectInfo.ReleaseType) in phHal4Nfc_SendCompleteHandler()
368 (NULL != Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb)) in phHal4Nfc_SendCompleteHandler()
371 Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb; in phHal4Nfc_SendCompleteHandler()
372 Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb = NULL; in phHal4Nfc_SendCompleteHandler()
375 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice, in phHal4Nfc_SendCompleteHandler()
[all …]
DphHal4Nfc_ADD.c350 = Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb; in phHal4Nfc_ConfigureComplete()
394 else if(Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb) in phHal4Nfc_ConfigureComplete()
397 Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb = NULL; in phHal4Nfc_ConfigureComplete()
401 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice, in phHal4Nfc_ConfigureComplete()
409 if ( NULL != Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb) in phHal4Nfc_ConfigureComplete()
DphHal4Nfc.c216 if((NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_CloseComplete()
418 Hal4Ctxt->sTgtConnectInfo.EmulationState = NFC_EVT_DEACTIVATED; in phHal4Nfc_Open()
784 if((NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_Hal4Reset()
897 if(NFC_INVALID_RELEASE_TYPE == Hal4Ctxt->sTgtConnectInfo.ReleaseType) in phHal4Nfc_LowerNotificationHandler()
1087 if(NULL != Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb) in phHal4Nfc_LowerNotificationHandler()
1089 if(NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_LowerNotificationHandler()
DphHal4Nfc_Internal.h222 phHal4Nfc_TargetConnectInfo_t sTgtConnectInfo; member