Searched refs:remote_miu (Results 1 – 7 of 7) sorted by relevance
109 uint16_t remote_miu; member118 uint16_t remote_miu; member
203 uint16_t remote_miu; /* MIU of remote end point */ member
300 nfa_p2p_cb.conn_cb[xx].remote_miu = p_data->connect_ind.miu; in nfa_p2p_proc_llcp_connect_ind()310 evt_data.conn_req.remote_miu = p_data->connect_ind.miu; in nfa_p2p_proc_llcp_connect_ind()343 nfa_p2p_cb.conn_cb[xx].remote_miu = p_data->connect_resp.miu; in nfa_p2p_proc_llcp_connect_resp()353 evt_data.connected.remote_miu = p_data->connect_resp.miu; in nfa_p2p_proc_llcp_connect_resp()
660 } else if (nfa_p2p_cb.conn_cb[xx].remote_miu < length) { in NFA_P2pSendData()662 handle, nfa_p2p_cb.conn_cb[xx].remote_miu); in NFA_P2pSendData()
161 p_dlcb->remote_miu = p_params->miu; in llcp_dlsm_idle()165 "Remote MIU:%d, RW:%d", p_dlcb->remote_miu, p_dlcb->remote_rw); in llcp_dlsm_idle()221 p_dlcb->remote_miu = p_params->miu; in llcp_dlsm_w4_remote_resp()225 "Remote MIU:%d, RW:%d", p_dlcb->remote_miu, p_dlcb->remote_rw); in llcp_dlsm_w4_remote_resp()
1069 if (p_dlcb->remote_miu >= p_buf->len) { in LLCP_SendData()1080 p_buf->len, p_dlcb->remote_miu); in LLCP_SendData()
180 uint16_t remote_miu; /* MIU of remote SAP */ member