HomeSort by: relevance | last modified time | path
    Searched refs:rfcomm_session_send_uih (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netbt/
rfcomm.h 402 int rfcomm_session_send_uih(struct rfcomm_session *, struct rfcomm_dlc *, int, struct mbuf *);
rfcomm_dlc.c 406 if (rfcomm_session_send_uih(rs, dlc, credits, m)) {
rfcomm_session.c 1519 * rfcomm_session_send_uih(rfcomm_session, rfcomm_dlc, credits, mbuf)
1526 rfcomm_session_send_uih(struct rfcomm_session *rs, struct rfcomm_dlc *dlc, function in typeref:typename:int
1703 return rfcomm_session_send_uih(rs, NULL, 0, m);

Completed in 13 milliseconds