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

  /external/libnfc-nci/src/nfa/dm/
nfa_dm_api.c 262 ** NFA_SendRawFrame is used to send data to the peer. NFA_DATA_EVT
842 ** Function NFA_SendRawFrame
857 tNFA_STATUS NFA_SendRawFrame (UINT8 *p_raw_data,
865 NFA_TRACE_API1 ("NFA_SendRawFrame () data_len:%d", data_len);
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 506 #define NFA_DM_PCO_EMPTY_I_BLOCK 0x02 /* NFA_SendRawFrame() has been used, use empty I block for presence check
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 842 uint8_t* buf = const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(&bytes[0])); // TODO: API bug; NFA_SendRawFrame should take const*!
862 tNFA_STATUS status = NFA_SendRawFrame (buf, bufLen,
    [all...]
NativeNfcManager.cpp 751 tNFA_STATUS status = NFA_SendRawFrame (buf, bufLen, 0);
    [all...]

Completed in 81 milliseconds