HomeSort by relevance Sort by last modified time
    Searched refs:pipe_id (Results 26 - 32 of 32) sorted by null

12

  /external/libnfc-nxp/src/
phHciNfc_Jewel.c 127 *ppipe_id = ps_jewel_info->pipe_id;
158 ps_jewel_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
191 /* Update the pipe_id of the Jewel Gate obtained from the HCI
193 ps_jewel_info->pipe_id = pipeID;
299 pipeid = ps_pipe_info->pipe.pipe_id;
709 uint8_t pipe_id,
726 pipe_id) ||
727 (pipe_id !=
729 pipe_id))
759 (uint8_t) pipe_id, HCP_MSG_TYPE_COMMAND, cmd)
    [all...]
phHciNfc_RFReaderB.c 136 *ppipe_id = p_rdr_b_info->pipe_id ;
167 p_rdr_b_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
251 /* Update the pipe_id of the reader B Gate obtained from the HCI Response */
252 p_rdr_b_info->pipe_id = pipeID;
305 pipeid = p_rdr_b_info->pipe_id ;
320 pipeid = p_rdr_b_info->pipe_id ;
336 pipeid = p_rdr_b_info->pipe_id ;
352 pipeid = p_rdr_b_info->pipe_id ;
369 pipeid = p_rdr_b_info->pipe_id ;
848 pipeid = ps_rdr_b_info->pipe_id ;
    [all...]
phHciNfc_NfcIPMgmt.c 250 *ppipe_id = p_init_info->p_init_pipe_info->pipe.pipe_id ;
280 /* Update the pipe_id of the NFCIP-1 initiator Gate obtained from
283 p_init_info->p_init_pipe_info->pipe.pipe_id = pipeID;
332 pipeid = p_pipe_info->pipe.pipe_id;
513 *ppipe_id = p_target_info->p_tgt_pipe_info->pipe.pipe_id;
543 /* Update the pipe_id of the NFCIP-1 target Gate obtained from
546 p_target_info->p_tgt_pipe_info->pipe.pipe_id = pipeID;
    [all...]
phHciNfc_RFReader.c     [all...]
phHciNfc_Emulation.c 195 pPipeInfo->pipe.pipe_id = (uint8_t) NXP_PIPE_CONNECTIVITY;
216 * \brief Get the pipe_id of Connectivity Managment Gate.
218 * This function Get the pipe_id of Connectivity Managment Gate.
252 uint8_t pipe_id,
271 /* Update the pipe_id of the Connectivity Gate
273 p_emulation_mgmt_info->uicc_id = pipe_id;
1166 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
    [all...]
phHciNfc_Generic.h 560 uint8_t pipe_id; member in struct:phHciNfc_Pipe_Params
    [all...]
phHciNfc_LinkMgmt.c 184 ((phHciNfc_Pipe_Info_t *)p_pipe_info)->pipe.pipe_id =

Completed in 30 milliseconds

12