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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 128 UINT8 target_handle; local
137 target_handle = *(UINT8 *) p;
139 if (target_handle == NFC_HAL_HCI_DH_TARGET_HANDLE)
142 else if (target_handle == NFC_HAL_HCI_UICC0_TARGET_HANDLE)
157 else if (target_handle == NFC_HAL_HCI_UICC1_TARGET_HANDLE)
  /external/libnfc-nci/src/include/
nfccext.h 88 UINT8 target_handle; member in struct:__anon9069
  /external/libnfc-nci/src/nfc/include/
nci_hmsgs.h 65 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 target_handle, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs);
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 452 UINT8 target_handle; local
471 target_handle = (UINT8) ee_info[count].ee_handle;
479 NFC_NfceeModeSet (target_handle, NFC_MODE_ACTIVATE);
481 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 215 NFC_API extern tNFC_CONN_CB * nfc_find_conn_cb_by_handle (UINT8 target_handle);
  /external/libnfc-nci/halimpl/bcm2079x/hal/include/
nci_defs.h 828 UINT8 target_handle; member in struct:__anon8952
840 UINT8 target_handle; member in struct:__anon8953
  /external/libnfc-nci/src/hal/include/
nci_defs.h 828 UINT8 target_handle; member in struct:__anon9032
840 UINT8 target_handle; member in struct:__anon9033
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 582 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 target_handle, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs)

Completed in 382 milliseconds