HomeSort by relevance Sort by last modified time
    Searched defs:pipe_id (Results 1 - 21 of 21) sorted by null

  /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_WI.h 75 uint8_t pipe_id; member in struct:phHciNfc_WI_Info
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_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_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_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_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_SWP.h 87 uint8_t pipe_id; member in struct:phHciNfc_SWP_Info
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_Generic.c 220 uint8_t pipe_id
659 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
662 pipe_id = (uint8_t) GET_BITS8( tx_data->hcp_header,
696 phHciNfc_Build_HCPHeader(tx_data, chain_bit , pipe_id );
905 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
916 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header,
930 if (pipe_id >= PHHCINFC_MAX_PIPE )
935 && ( (pipe_id != PIPETYPE_STATIC_ADMIN )
936 && ( ADM_CLEAR_ALL_PIPE != (psHciContext->p_pipe_list[pipe_id])->prev_msg ))
943 p_pipe_info = psHciContext->p_pipe_list[pipe_id];
993 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
1070 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
1188 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
    [all...]
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_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;
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_DevMgmt.c 190 uint8_t pipe_id,
199 uint8_t pipe_id,
258 *ppipe_id = p_pipe_info->pipe.pipe_id ;
381 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
405 pipe_id = p_pipe_info->pipe.pipe_id ;
413 pipe_id, (uint8_t)NXP_DBG_WRITE );
430 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
456 pipe_id = p_pipe_info->pipe.pipe_id ;
1125 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
    [all...]
phHciNfc_Generic.h 557 uint8_t pipe_id; member in struct:phHciNfc_Pipe_Params
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 618 UINT8 source_host, dest_host, pipe_id; local
630 pipe_id = *(UINT8 *) (p + 4);
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 82 UINT8 pipe_id; /* Pipe ID */ member in struct:__anon7733
  /external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h 311 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon7633
328 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon7634
342 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon7635
354 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon7636
363 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon7637
370 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon7638
383 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon7639
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 321 UINT8 pipe_id; /* Pipe ID */ member in struct:__anon7896
468 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id);
478 extern tNFA_HANDLE nfa_hciu_get_pipe_owner (UINT8 pipe_id);
484 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate);
486 extern tNFA_HCI_RESPONSE nfa_hciu_release_pipe (UINT8 pipe_id);
502 extern tNFA_STATUS nfa_hciu_send_msg (UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 pkt_len, UINT8 *p_pkt);
513 extern char *nfa_hciu_evt_2_str (UINT8 pipe_id, UINT8 evt);

Completed in 186 milliseconds