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

1 2

  /external/libnfc-nxp/src/
phHciNfc_Pipe.c 171 (*ppPipeHandle)->pipe.pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID;
220 p_pipe_info->pipe.pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID;
229 uint8_t pipe_id = (uint8_t)(pipe_index + HCI_DYNAMIC_PIPE_ID); local
231 pipe_id, p_pipe_info );
234 p_pipe_info->pipe.pipe_id = pipe_id;
235 psHciContext->p_pipe_list[pipe_id] = p_pipe_info;
319 /* uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; */
383 status = phHciNfc_CE_A_Get_PipeID( psHciContext, &pipe_id );
384 p_pipe_info = psHciContext->p_pipe_list[pipe_id];
1052 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
1095 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
    [all...]
phHciNfc_ISO15693.h 83 uint8_t pipe_id; member in struct:phHciNfc_ISO15693_Info
133 * The phHciNfc_ISO15693_Update_PipeInfo function updates the pipe_id of the ISO15693
213 * \param[in] pipe_id pipeID of the ISO 15693 gate
226 uint8_t pipe_id,
phHciNfc_Jewel.h 88 uint8_t pipe_id; member in struct:phHciNfc_Jewel_Info
143 * The phHciNfc_Jewel_Update_PipeInfo function updates the pipe_id of the Jewel
221 * \param[in] pipe_id pipeID of the jewel gate
235 uint8_t pipe_id,
phHciNfc_Felica.h 91 uint8_t pipe_id; member in struct:phHciNfc_Felica_Info
146 * The phHciNfc_Felica_Update_PipeInfo function updates the pipe_id of the Felica
246 * \param[in] pipe_id pipeID of the Felica gate
260 uint8_t pipe_id,
phHciNfc_RFReader.h 501 * \param[in] pipe_id The Reader pipe to which the
520 uint8_t pipe_id,
534 * \param[in] pipe_id The Reader pipe to which the
553 uint8_t pipe_id,
phHciNfc_RFReaderA.h 97 uint8_t pipe_id; member in struct:phHciNfc_ReaderA_Info
220 * The phHciNfc_ReaderA_Update_PipeInfo function updates the pipe_id of the reader A
253 * \param[in] pipe_id pipeID of the reader A gate
268 uint8_t pipe_id,
phHciNfc_IDMgmt.c 84 uint8_t pipe_id; member in struct:phHciNfc_IDMgmt_Info
155 p_identity_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
166 * \brief Get the pipe_id of Identity Managment Gate.
168 * This function Get the pipe_id of Identity Managment Gate.
188 *ppipe_id = p_identity_info->pipe_id ;
326 id_pipe_id = p_identity_info->pipe_id ;
340 id_pipe_id = p_identity_info->pipe_id ;
354 id_pipe_id = p_identity_info->pipe_id ;
368 id_pipe_id = p_identity_info->pipe_id ;
382 id_pipe_id = p_identity_info->pipe_id ;
    [all...]
phHciNfc_Generic.c 218 uint8_t pipe_id
657 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
660 pipe_id = (uint8_t) GET_BITS8( tx_data->hcp_header,
694 phHciNfc_Build_HCPHeader(tx_data, chain_bit , pipe_id );
903 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
914 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header,
928 if (pipe_id >= PHHCINFC_MAX_PIPE )
933 && ( (pipe_id != PIPETYPE_STATIC_ADMIN )
934 && ( ADM_CLEAR_ALL_PIPE != (psHciContext->p_pipe_list[pipe_id])->prev_msg ))
941 p_pipe_info = psHciContext->p_pipe_list[pipe_id];
991 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
1068 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
1186 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
    [all...]
phHciNfc_WI.c 97 uint8_t pipe_id,
147 p_WI_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
174 *ppipe_id = p_wi_info->pipe_id ;
206 /* Update the pipe_id of the WI Gate obtained from HCI Response */
207 p_WI_info->pipe_id = pipeID;
314 p_wi_info->pipe_id,(uint8_t)ANY_SET_PARAMETER);
357 p_wiinfo->pipe_id,
406 p_wi_info->pipe_id, NXP_EVT_SE_SWITCH_MODE );
467 p_wi_info->pipe_id,(uint8_t)ANY_SET_PARAMETER);
485 uint8_t pipe_id,
    [all...]
phHciNfc_DevMgmt.c 188 uint8_t pipe_id,
197 uint8_t pipe_id,
256 *ppipe_id = p_pipe_info->pipe.pipe_id ;
379 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
403 pipe_id = p_pipe_info->pipe.pipe_id ;
411 pipe_id, (uint8_t)NXP_DBG_WRITE );
428 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
454 pipe_id = p_pipe_info->pipe.pipe_id ;
1098 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
    [all...]
phHciNfc_AdminMgmt.c 254 ((phHciNfc_Pipe_Info_t *)p_pipe_info)->pipe.pipe_id =
751 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
753 pipe_id = p_pipe_info->pipe.pipe_id;
754 if( pipe_id < PIPETYPE_DYNAMIC )
760 "Cannot be Deleted \n",pipe_id);
773 hcp_message->payload[i++] = pipe_id ;
841 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
971 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
    [all...]
phHciNfc_RFReaderB.h 87 uint8_t pipe_id; member in struct:phHciNfc_ReaderB_Info
142 * The phHciNfc_ReaderB_Update_PipeInfo function updates the pipe_id of the reader B
phHciNfc_WI.h 75 uint8_t pipe_id; member in struct:phHciNfc_WI_Info
phHciNfc_Felica.c 139 *ppipe_id = p_fel_info->pipe_id ;
171 p_fel_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
204 /* Update the pipe_id of the Felica Gate obtained from the HCI
206 p_fel_info->pipe_id = pipeID;
313 pipeid = p_fel_info->pipe_id ;
328 pipeid = p_fel_info->pipe_id ;
343 pipeid = p_fel_info->pipe_id ;
837 ps_pipe_info->pipe.pipe_id,
850 uint8_t pipe_id,
867 pipe_id) ||
    [all...]
phHciNfc_CE_A.c 126 ps_ce_a_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
196 ps_pipe_info->pipe.pipe_id,
212 ps_pipe_info->pipe.pipe_id,
306 ps_ce_a_info->pipe_id = HCI_UNKNOWN_PIPE_ID;
307 psHciContext->p_pipe_list[ps_ce_a_info->pipe_id] = NULL;
350 /* Update the pipe_id of the card emulation A Gate o
352 ps_ce_a_info->pipe_id = pipeID;
390 *ppipe_id = ps_ce_a_info->pipe_id ;
587 ps_ce_a_info->pipe_id,(uint8_t)ANY_SET_PARAMETER);
phHciNfc_CE_B.c 126 ps_ce_b_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
194 ps_pipe_info->pipe.pipe_id,
210 ps_pipe_info->pipe.pipe_id,
301 ps_ce_b_info->pipe_id = HCI_UNKNOWN_PIPE_ID;
302 psHciContext->p_pipe_list[ps_ce_b_info->pipe_id] = NULL;
355 ps_ce_b_info->pipe_id,(uint8_t)ANY_SET_PARAMETER);
383 *ppipe_id = ps_ce_b_info->pipe_id ;
417 /* Update the pipe_id of the card emulation A Gate o
419 ps_ce_b_info->pipe_id = pipeID;
phHciNfc_RFReaderA.c 157 *ppipe_id = p_rdr_a_info->pipe_id ;
189 p_rdr_a_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
222 /* Update the pipe_id of the reader A Gate obtained from the HCI Response */
223 p_rdr_a_info->pipe_id = pipeID;
282 pipeid = p_rdr_a_info->pipe_id ;
297 pipeid = p_rdr_a_info->pipe_id ;
312 pipeid = p_rdr_a_info->pipe_id ;
    [all...]
phHciNfc_ISO15693.c 157 *ppipe_id = ps_15693_info->ps_15693_pipe_info->pipe.pipe_id;
189 /* Update the pipe_id of the ISO15693 Gate obtained from
192 ps_15693_info->pipe_id = pipeID;
193 ps_15693_info->ps_15693_pipe_info->pipe.pipe_id = pipeID;
297 pipeid = ps_pipe_info->pipe.pipe_id ;
312 pipeid = ps_pipe_info->pipe.pipe_id ;
639 uint8_t pipe_id,
655 pipe_id) ||
656 (pipe_id !=
658 pipe_id))
    [all...]
phHciNfc_SWP.c 84 uint8_t pipe_id,
131 *ppipe_id = p_swp_info->pipe_id ;
159 ps_swp_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
193 /* Update the pipe_id of the SWP Gate obtained from HCI Response */
194 ps_swp_info->pipe_id = pipeID;
335 ps_swp_info->pipe_id,
379 ps_swp_info->pipe_id,
459 ps_swp_info->pipe_id,
558 ps_swp_info->pipe_id,
651 uint8_t pipe_id,
    [all...]
phHciNfc_CE_A.h 97 uint8_t pipe_id; member in struct:phHciNfc_CE_A_Info
144 * The phHciNfc_CE_A_Update_PipeInfo function updates the pipe_id of the card
phHciNfc_CE_B.h 91 uint8_t pipe_id; member in struct:phHciNfc_CE_B_Info
138 * The phHciNfc_CE_B_Update_PipeInfo function updates the pipe_id of the card
phHciNfc_Emulation.h 102 uint8_t pipe_id,
phHciNfc_Pipe.h 161 uint8_t pipe_id,
phHciNfc_SWP.h 87 uint8_t pipe_id; member in struct:phHciNfc_SWP_Info
phHciNfc_PollingLoop.c 101 uint8_t pipe_id; member in struct:phHciNfc_PollLoop_Info
186 *ppipe_id = p_poll_info->pipe_id ;
217 p_poll_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
423 pipeid = p_poll_info->pipe_id ;
460 pipeid = p_poll_info->pipe_id ;
502 pipeid = p_poll_info->pipe_id ;
566 /* Update the pipe_id of the ID Mgmt Gate obtained from the HCI Response */
567 p_poll_info->pipe_id = pipeID;

Completed in 232 milliseconds

1 2