Home | History | Annotate | Download | only in llcp

Lines Matching refs:link_timeout

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",