Home | History | Annotate | Download | only in llcp

Lines Matching refs:link_timeout

103                      UINT16 link_timeout,
110 LLCP_TRACE_API4 ("LLCP_SetConfig () link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",
111 link_miu, opt, wt, link_timeout);
142 if (link_timeout < LLCP_LTO_UNIT)
144 LLCP_TRACE_ERROR1 ("LLCP_SetConfig (): link_timeout shall not be smaller than LLCP_LTO_UNIT (%d ms)",
148 else if (link_timeout > LLCP_MAX_LTO_IN_MS)
150 LLCP_TRACE_ERROR1 ("LLCP_SetConfig (): link_timeout shall not be bigger than LLCP_MAX_LTO_IN_MS (%d ms)",
155 llcp_cb.lcb.local_lto = link_timeout;
202 LLCP_TRACE_API4 ("LLCP_GetConfig () link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",