Home | History | Annotate | Download | only in nfc

Lines Matching full:p_data

619 static void nfc_main_hal_data_cback(UINT16 data_len, UINT8   *p_data)
629 if (p_data)
639 memcpy ((UINT8 *)(p_msg + 1) + p_msg->offset, p_data, p_msg->len);
1096 ** p_data - the data packet.
1097 ** p_data->offset must be >= NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE
1098 ** The data payload starts at ((UINT8 *) (p_data + 1) + p_data->offset)
1104 BT_HDR *p_data)
1109 if (p_cb && p_data && p_data->offset >= NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE)
1111 status = nfc_ncif_send_data (p_cb, p_data);
1115 GKI_freebuf (p_data);