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

  /external/libnfc-nci/src/nfc/include/
llcp_api.h 217 ** Function LLCP_SetConfig
233 LLCP_API extern void LLCP_SetConfig (UINT16 link_miu,
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c     [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 84 ** Function LLCP_SetConfig
100 void LLCP_SetConfig (UINT16 link_miu,
110 LLCP_TRACE_API4 ("LLCP_SetConfig () link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",
118 LLCP_TRACE_ERROR1 ("LLCP_SetConfig (): link_miu shall not be smaller than LLCP_DEFAULT_MIU (%d)",
124 LLCP_TRACE_ERROR1 ("LLCP_SetConfig (): link_miu shall not be bigger than LLCP_MAX_MIU (%d)",
132 LLCP_TRACE_ERROR1 ("LLCP_SetConfig (): link_miu shall not be bigger than LLCP_MIU (%d)",
144 LLCP_TRACE_ERROR1 ("LLCP_SetConfig (): link_timeout shall not be smaller than LLCP_LTO_UNIT (%d ms)",
150 LLCP_TRACE_ERROR1 ("LLCP_SetConfig (): link_timeout shall not be bigger than LLCP_MAX_LTO_IN_MS (%d ms)",
    [all...]

Completed in 129 milliseconds