Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c65 static BOOLEAN rw_t4t_send_to_lower (BT_HDR *p_c_apdu);
89 static BOOLEAN rw_t4t_send_to_lower (BT_HDR *p_c_apdu) in rw_t4t_send_to_lower() argument
92 DispRWT4Tags (p_c_apdu, FALSE); in rw_t4t_send_to_lower()
95 if (NFC_SendData (NFC_RF_CONN_ID, p_c_apdu) != NFC_STATUS_OK) in rw_t4t_send_to_lower()
118 BT_HDR *p_c_apdu; in rw_t4t_select_file() local
123 p_c_apdu = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_t4t_select_file()
125 if (!p_c_apdu) in rw_t4t_select_file()
131 p_c_apdu->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE; in rw_t4t_select_file()
132 p = (UINT8 *) (p_c_apdu + 1) + p_c_apdu->offset; in rw_t4t_select_file()
151 p_c_apdu->len = T4T_CMD_MAX_HDR_SIZE + T4T_FILE_ID_SIZE; in rw_t4t_select_file()
[all …]
Dce_t4t.c420 static void ce_t4t_process_select_app_cmd (UINT8 *p_cmd, BT_HDR *p_c_apdu) in ce_t4t_process_select_app_cmd() argument
441 GKI_freebuf (p_c_apdu); in ce_t4t_process_select_app_cmd()
481 ce_data.raw_frame.p_data = p_c_apdu; in ce_t4t_process_select_app_cmd()
484 p_c_apdu = NULL; in ce_t4t_process_select_app_cmd()
520 ce_data.raw_frame.p_data = p_c_apdu; in ce_t4t_process_select_app_cmd()
522 p_c_apdu = NULL; in ce_t4t_process_select_app_cmd()
548 GKI_freebuf (p_c_apdu); in ce_t4t_process_select_app_cmd()
600 BT_HDR *p_c_apdu; in ce_t4t_data_cback() local
616 p_c_apdu = (BT_HDR *) p_data->data.p_data; in ce_t4t_data_cback()
619 DispCET4Tags (p_c_apdu, TRUE); in ce_t4t_data_cback()
[all …]