Lines Matching refs:pdata
125 uint8_t *pdata,
138 void *pdata,
152 void *pdata,
165 void *pdata,
178 void *pdata,
192 void *pdata,
251 uint8_t *pdata,
549 uint8_t *pdata, in phHciNfc_Send() argument
569 HCI_PRINT_BUFFER("Send Buffer",pdata,length); in phHciNfc_Send()
589 (void *)pHwRef, pdata, length); in phHciNfc_Send()
607 uint8_t *pdata, in phHciNfc_Receive() argument
633 (void *)pHwRef, pdata, length); in phHciNfc_Receive()
733 uint8_t *pdata, in phHciNfc_Receive_HCP() argument
746 packet = (phHciNfc_HCP_Packet_t *)pdata; in phHciNfc_Receive_HCP()
750 HCI_PRINT_BUFFER("Receive Buffer",((uint8_t *)pdata),length); in phHciNfc_Receive_HCP()
761 (uint8_t *)&pdata[HCP_MESSAGE_LEN], in phHciNfc_Receive_HCP()
772 hcp_index, pdata, length); in phHciNfc_Receive_HCP()
777 pdata, length); in phHciNfc_Receive_HCP()
788 (uint8_t *)&pdata[HCP_MESSAGE_LEN], in phHciNfc_Receive_HCP()
797 (void) memcpy( psHciContext->recv_buffer, pdata, length); in phHciNfc_Receive_HCP()
820 void *pdata, in phHciNfc_Process_HCP() argument
833 if( (NULL == pdata) in phHciNfc_Process_HCP()
841 status = phHciNfc_Receive_HCP( psHciContext, pHwRef, pdata, length ); in phHciNfc_Process_HCP()
894 void *pdata, in phHciNfc_Process_Response() argument
910 packet = (phHciNfc_HCP_Packet_t *)pdata; in phHciNfc_Process_Response()
939 status = phHciNfc_Error_Response( psHciContext, pHwRef, pdata, length ); in phHciNfc_Process_Response()
950 pHwRef, pdata, length ); in phHciNfc_Process_Response()
981 void *pdata, in phHciNfc_Error_Response() argument
990 phHciNfc_HCP_Packet_t *packet = (phHciNfc_HCP_Packet_t *)pdata; in phHciNfc_Error_Response()
1021 phHciNfc_Error_Sequence(psHciContext, pHwRef, status , pdata, length ); in phHciNfc_Error_Response()
1044 phHciNfc_Error_Sequence(psHciContext, pHwRef, status , pdata, (uint8_t) length ); in phHciNfc_Error_Response()
1058 void *pdata, in phHciNfc_Process_Event() argument
1074 packet = (phHciNfc_HCP_Packet_t *)pdata; in phHciNfc_Process_Event()
1098 pdata, length ); in phHciNfc_Process_Event()
1176 void *pdata, in phHciNfc_Process_Command() argument
1192 packet = (phHciNfc_HCP_Packet_t *)pdata; in phHciNfc_Process_Command()
1217 pdata, length ); in phHciNfc_Process_Command()
1619 void *pdata = NULL ; in phHciNfc_Receive_Complete() local
1631 pdata = pInfo->buffer ; in phHciNfc_Receive_Complete()
1638 phHciNfc_Error_Sequence(psHciContext, pHwRef, status , pdata, (uint8_t)length ); in phHciNfc_Receive_Complete()
1644 status = phHciNfc_Process_HCP( psHciContext, pHwRef, pdata,(uint8_t) length ); in phHciNfc_Receive_Complete()
1649 phHciNfc_Error_Sequence(psHciContext, pHwRef, status , pdata, (uint8_t) length ); in phHciNfc_Receive_Complete()