HomeSort by relevance Sort by last modified time
    Searched refs:target_handle (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nci/src/nfc/include/
nci_hmsgs.h 66 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 target_handle, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 175 UINT8 target_handle; local
184 target_handle = *(UINT8 *) p;
186 if (target_handle == NFC_HAL_HCI_DH_TARGET_HANDLE)
189 else if (target_handle == NFC_HAL_HCI_UICC0_TARGET_HANDLE)
208 else if (target_handle == NFC_HAL_HCI_UICC1_TARGET_HANDLE)
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 549 UINT8 target_handle; local
567 target_handle = (UINT8) ee_info[count].ee_handle;
575 NFC_NfceeModeSet (target_handle, NFC_MODE_ACTIVATE);
577 if ((status = NFC_ConnCreate (NCI_DEST_TYPE_NFCEE, target_handle, NFA_EE_INTERFACE_HCI_ACCESS, nfa_hci_conn_cback)) == NFA_STATUS_OK)
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 216 NFC_API extern tNFC_CONN_CB * nfc_find_conn_cb_by_handle (UINT8 target_handle);
  /external/libnfc-nci/src/hal/include/
nci_defs.h 832 UINT8 target_handle; member in struct:__anon10203
844 UINT8 target_handle; member in struct:__anon10204
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 583 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 target_handle, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs)

Completed in 337 milliseconds