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

  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c     [all...]
nfa_p2p_act.c     [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 86 UINT16 link_timeout,
93 LLCP_TRACE_API4 ("LLCP_SetConfig () link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",
94 link_miu, opt, wt, link_timeout);
125 if (link_timeout < LLCP_LTO_UNIT)
127 LLCP_TRACE_ERROR1 ("LLCP_SetConfig (): link_timeout shall not be smaller than LLCP_LTO_UNIT (%d ms)",
131 else if (link_timeout > LLCP_MAX_LTO_IN_MS)
133 LLCP_TRACE_ERROR1 ("LLCP_SetConfig (): link_timeout shall not be bigger than LLCP_MAX_LTO_IN_MS (%d ms)",
138 llcp_cb.lcb.local_lto = link_timeout;
185 LLCP_TRACE_API4 ("LLCP_GetConfig () link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 522 UINT16 link_timeout,
  /external/libnfc-nci/src/nfa/int/
nfa_p2p_int.h 177 UINT16 link_timeout; member in struct:__anon16382
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 236 UINT16 link_timeout,
  /system/bt/bta/dm/
bta_dm_int.h 975 UINT16 link_timeout; /* link supervision timeout in slots */ member in struct:__anon71733
    [all...]
bta_dm_act.c 421 BTM_SetDefaultLinkSuperTout(p_bta_dm_cfg->link_timeout);
    [all...]

Completed in 319 milliseconds