Home | History | Annotate | Download | only in p2p

Lines Matching refs:miu

206                                UINT16      miu,
212 P2P_TRACE_API3 ("NFA_P2pAcceptConn (): handle:0x%02X, MIU:%d, RW:%d", handle, miu, rw);
233 if ((miu < LLCP_DEFAULT_MIU) || (nfa_p2p_cb.local_link_miu < miu))
235 P2P_TRACE_ERROR3 ("NFA_P2pAcceptConn (): MIU(%d) must be between %d and %d",
236 miu, LLCP_DEFAULT_MIU, nfa_p2p_cb.local_link_miu);
243 p_msg->miu = miu;
380 UINT16 miu,
386 P2P_TRACE_API4 ("NFA_P2pConnectByName (): client_handle:0x%x, SN:<%s>, MIU:%d, RW:%d",
387 client_handle, p_service_name, miu, rw);
398 if ( (miu < LLCP_DEFAULT_MIU)
400 ||(nfa_p2p_cb.local_link_miu < miu) )
402 P2P_TRACE_ERROR3 ("NFA_P2pConnectByName (): MIU(%d) must be between %d and %d or LLCP link is not activated",
403 miu, LLCP_DEFAULT_MIU, nfa_p2p_cb.local_link_miu);
413 p_msg->miu = miu;
441 UINT16 miu,
447 P2P_TRACE_API4 ("NFA_P2pConnectBySap (): client_handle:0x%x, DSAP:0x%02X, MIU:%d, RW:%d",
448 client_handle, dsap, miu, rw);
459 if ( (miu < LLCP_DEFAULT_MIU)
461 ||(nfa_p2p_cb.local_link_miu < miu) )
463 P2P_TRACE_ERROR3 ("NFA_P2pConnectBySap (): MIU(%d) must be between %d and %d, or LLCP link is not activated",
464 miu, LLCP_DEFAULT_MIU, nfa_p2p_cb.local_link_miu);
473 p_msg->miu = miu;
494 ** NFA_STATUS_BAD_LENGTH if data length is more than remote link MIU
522 P2P_TRACE_ERROR3 ("NFA_P2pSendUI (): handle:0x%X, length(%d) must be less than remote link MIU(%d)",
681 ** NFA_STATUS_BAD_LENGTH if data length is more than remote MIU
715 P2P_TRACE_ERROR2 ("NFA_P2pSendData (): handle:0x%X, Data more than remote MIU(%d)",
924 ** Description This function is called to get local/remote link MIU and
1030 ** - Local Link MIU (LLCP_MIU)
1097 ** - Local Link MIU