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

  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 345 conn_evt_data.tlv_detect.status = NFA_STATUS_OK;
346 conn_evt_data.tlv_detect.protocol = p_rw_data->tlv.protocol;
347 conn_evt_data.tlv_detect.num_bytes = p_rw_data->tlv.num_bytes;
356 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED;
374 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED;
385 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED;
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 160 UINT8 tlv_detect; /* TLV type under detection */ member in struct:__anon28984
318 UINT8 tlv_detect; /* TLV type under detection */ member in struct:__anon28988
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 399 status = eventData->tlv_detect.status;
401 __FUNCTION__, status, eventData->tlv_detect.protocol,
402 eventData->tlv_detect.num_tlvs, eventData->tlv_detect.num_bytes);
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 469 tNFA_TLV_DETECT tlv_detect; /* NFA_TLV_DETECT_EVT */ member in union:__anon28616
    [all...]

Completed in 71 milliseconds