Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHal4Nfc_Reader.c101 sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_Connect()
114 Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb = pNotifyConnectCb; in phHal4Nfc_Connect()
117 && (NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice)) in phHal4Nfc_Connect()
129 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice in phHal4Nfc_Connect()
135 if(NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_Connect()
174 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice = NULL; in phHal4Nfc_Connect()
176 Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb = NULL; in phHal4Nfc_Connect()
182 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_Connect()
193 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_Connect()
196 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice; in phHal4Nfc_Connect()
[all …]
DphHal4Nfc_P2P.c102 else if(NFC_EVT_ACTIVATED == Hal4Ctxt->sTgtConnectInfo.EmulationState) in phHal4Nfc_Send()
211 if(NFC_EVT_ACTIVATED == Hal4Ctxt->sTgtConnectInfo.EmulationState) in phHal4Nfc_Receive()
329 ||(NFC_INVALID_RELEASE_TYPE != Hal4Ctxt->sTgtConnectInfo.ReleaseType)) in phHal4Nfc_SendCompleteHandler()
334 Hal4Ctxt->sTgtConnectInfo.ReleaseType?NFCSTATUS_RELEASED:SendStatus); in phHal4Nfc_SendCompleteHandler()
354 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice, in phHal4Nfc_SendCompleteHandler()
361 if(NFC_INVALID_RELEASE_TYPE != Hal4Ctxt->sTgtConnectInfo.ReleaseType) in phHal4Nfc_SendCompleteHandler()
365 (NULL != Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb)) in phHal4Nfc_SendCompleteHandler()
368 Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb; in phHal4Nfc_SendCompleteHandler()
369 Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb = NULL; in phHal4Nfc_SendCompleteHandler()
372 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()
416 Hal4Ctxt->sTgtConnectInfo.EmulationState = NFC_EVT_DEACTIVATED; in phHal4Nfc_Open()
782 if((NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_Hal4Reset()
895 if(NFC_INVALID_RELEASE_TYPE == Hal4Ctxt->sTgtConnectInfo.ReleaseType) in phHal4Nfc_LowerNotificationHandler()
1085 if(NULL != Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb) in phHal4Nfc_LowerNotificationHandler()
1087 if(NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice) in phHal4Nfc_LowerNotificationHandler()
DphHal4Nfc_Internal.h222 phHal4Nfc_TargetConnectInfo_t sTgtConnectInfo; member