/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:__anon23477
|
/external/libnfc-nci/src/nfc/include/ |
llcp_api.h | 236 UINT16 link_timeout,
|
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_int.h | 859 UINT16 link_timeout; /* link supervision timeout in slots */ member in struct:__anon2930
|
bta_dm_act.c | 387 BTM_SetDefaultLinkSuperTout(bta_dm_cfg.link_timeout); [all...] |