Home | History | Annotate | Download | only in p2p

Lines Matching refs:miu

207                                UINT16      miu,
213 P2P_TRACE_API3 ("NFA_P2pAcceptConn (): handle:0x%02X, MIU:%d, RW:%d", handle, miu, rw);
234 if ((miu < LLCP_DEFAULT_MIU) || (nfa_p2p_cb.local_link_miu < miu))
236 P2P_TRACE_ERROR3 ("NFA_P2pAcceptConn (): MIU(%d) must be between %d and %d",
237 miu, LLCP_DEFAULT_MIU, nfa_p2p_cb.local_link_miu);
244 p_msg->miu = miu;
381 UINT16 miu,
387 P2P_TRACE_API4 ("NFA_P2pConnectByName (): client_handle:0x%x, SN:<%s>, MIU:%d, RW:%d",
388 client_handle, p_service_name, miu, rw);
399 if ( (miu < LLCP_DEFAULT_MIU)
401 ||(nfa_p2p_cb.local_link_miu < miu) )
403 P2P_TRACE_ERROR3 ("NFA_P2pConnectByName (): MIU(%d) must be between %d and %d or LLCP link is not activated",
404 miu, LLCP_DEFAULT_MIU, nfa_p2p_cb.local_link_miu);
414 p_msg->miu = miu;
442 UINT16 miu,
448 P2P_TRACE_API4 ("NFA_P2pConnectBySap (): client_handle:0x%x, DSAP:0x%02X, MIU:%d, RW:%d",
449 client_handle, dsap, miu, rw);
460 if ( (miu < LLCP_DEFAULT_MIU)
462 ||(nfa_p2p_cb.local_link_miu < miu) )
464 P2P_TRACE_ERROR3 ("NFA_P2pConnectBySap (): MIU(%d) must be between %d and %d, or LLCP link is not activated",
465 miu, LLCP_DEFAULT_MIU, nfa_p2p_cb.local_link_miu);
474 p_msg->miu = miu;
495 ** NFA_STATUS_BAD_LENGTH if data length is more than remote link MIU
523 P2P_TRACE_ERROR3 ("NFA_P2pSendUI (): handle:0x%X, length(%d) must be less than remote link MIU(%d)",
682 ** NFA_STATUS_BAD_LENGTH if data length is more than remote MIU
716 P2P_TRACE_ERROR2 ("NFA_P2pSendData (): handle:0x%X, Data more than remote MIU(%d)",
925 ** Description This function is called to get local/remote link MIU and
1031 ** - Local Link MIU (LLCP_MIU)
1098 ** - Local Link MIU