Home | History | Annotate | Download | only in src

Lines Matching refs:pdata

108  *  \param[in]  pdata                   Pointer to the buffer containing
125 uint8_t *pdata,
138 void *pdata,
152 void *pdata,
165 void *pdata,
178 void *pdata,
192 void *pdata,
232 * \param[in] pdata Pointer to the response buffer that
251 uint8_t *pdata,
549 uint8_t *pdata,
569 HCI_PRINT_BUFFER("Send Buffer",pdata,length);
589 (void *)pHwRef, pdata, length);
607 uint8_t *pdata,
633 (void *)pHwRef, pdata, length);
733 uint8_t *pdata,
746 packet = (phHciNfc_HCP_Packet_t *)pdata;
750 HCI_PRINT_BUFFER("Receive Buffer",((uint8_t *)pdata),length);
753 /* pdata = (uint8_t *)&psHciContext->rx_packet; */
761 (uint8_t *)&pdata[HCP_MESSAGE_LEN],
772 hcp_index, pdata, length);
777 pdata, length);
788 (uint8_t *)&pdata[HCP_MESSAGE_LEN],
797 (void) memcpy( psHciContext->recv_buffer, pdata, length);
820 void *pdata,
833 if( (NULL == pdata)
841 status = phHciNfc_Receive_HCP( psHciContext, pHwRef, pdata, length );
853 /* HCI_PRINT_BUFFER("Total Receive Buffer",((uint8_t *)pdata),length); */
894 void *pdata,
910 packet = (phHciNfc_HCP_Packet_t *)pdata;
939 status = phHciNfc_Error_Response( psHciContext, pHwRef, pdata, length );
950 pHwRef, pdata, length );
981 void *pdata,
990 phHciNfc_HCP_Packet_t *packet = (phHciNfc_HCP_Packet_t *)pdata;
1021 phHciNfc_Error_Sequence(psHciContext, pHwRef, status , pdata, length );
1044 phHciNfc_Error_Sequence(psHciContext, pHwRef, status , pdata, (uint8_t) length );
1058 void *pdata,
1074 packet = (phHciNfc_HCP_Packet_t *)pdata;
1098 pdata, length );
1176 void *pdata,
1192 packet = (phHciNfc_HCP_Packet_t *)pdata;
1217 pdata, length );
1619 void *pdata = NULL ;
1631 pdata = pInfo->buffer ;
1638 phHciNfc_Error_Sequence(psHciContext, pHwRef, status , pdata, (uint8_t)length );
1644 status = phHciNfc_Process_HCP( psHciContext, pHwRef, pdata,(uint8_t) length );
1649 phHciNfc_Error_Sequence(psHciContext, pHwRef, status , pdata, (uint8_t) length );