Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_i93.cc397 void rw_i93_send_to_upper(NFC_HDR* p_resp) { in rw_i93_send_to_upper() argument
398 uint8_t *p = (uint8_t*)(p_resp + 1) + p_resp->offset, *p_uid; in rw_i93_send_to_upper()
399 uint16_t length = p_resp->len; in rw_i93_send_to_upper()
1594 void rw_i93_sm_detect_ndef(NFC_HDR* p_resp) { in rw_i93_sm_detect_ndef() argument
1595 uint8_t *p = (uint8_t*)(p_resp + 1) + p_resp->offset, *p_uid; in rw_i93_sm_detect_ndef()
1597 uint16_t length = p_resp->len, xx, block, first_block, last_block, num_blocks; in rw_i93_sm_detect_ndef()
1975 void rw_i93_sm_read_ndef(NFC_HDR* p_resp) { in rw_i93_sm_read_ndef() argument
1976 uint8_t* p = (uint8_t*)(p_resp + 1) + p_resp->offset; in rw_i93_sm_read_ndef()
1978 uint16_t offset, length = p_resp->len; in rw_i93_sm_read_ndef()
2015 p_resp->offset += offset; in rw_i93_sm_read_ndef()
[all …]