Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_i93.c346 void rw_i93_send_to_upper (BT_HDR *p_resp) in rw_i93_send_to_upper() argument
348 UINT8 *p = (UINT8 *) (p_resp + 1) + p_resp->offset, *p_uid; in rw_i93_send_to_upper()
349 UINT16 length = p_resp->len; in rw_i93_send_to_upper()
1493 void rw_i93_sm_detect_ndef (BT_HDR *p_resp) in rw_i93_sm_detect_ndef() argument
1495 UINT8 *p = (UINT8 *) (p_resp + 1) + p_resp->offset, *p_uid; in rw_i93_sm_detect_ndef()
1497 UINT16 length = p_resp->len, xx, block, first_block, last_block, num_blocks; in rw_i93_sm_detect_ndef()
1945 void rw_i93_sm_read_ndef (BT_HDR *p_resp) in rw_i93_sm_read_ndef() argument
1947 UINT8 *p = (UINT8 *) (p_resp + 1) + p_resp->offset; in rw_i93_sm_read_ndef()
1949 UINT16 offset, length = p_resp->len; in rw_i93_sm_read_ndef()
1992 p_resp->offset += offset; in rw_i93_sm_read_ndef()
[all …]