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

  /src/sys/dev/bluetooth/
bcsp.c 158 static bool bcsp_tx_reliable_pkt(struct bcsp_softc *, struct mbuf *, u_int);
1121 bcsp_tx_reliable_pkt(struct bcsp_softc *sc, struct mbuf *m, u_int protocol_id) function in typeref:typename:bool
1701 bcsp_tx_reliable_pkt(sc, m, BCSP_CHANNEL_HCI_ACL);
1708 bcsp_tx_reliable_pkt(sc, m, BCSP_CHANNEL_HCI_CMDEVT);
bcsp.c 158 static bool bcsp_tx_reliable_pkt(struct bcsp_softc *, struct mbuf *, u_int);
1121 bcsp_tx_reliable_pkt(struct bcsp_softc *sc, struct mbuf *m, u_int protocol_id) function in typeref:typename:bool
1701 bcsp_tx_reliable_pkt(sc, m, BCSP_CHANNEL_HCI_ACL);
1708 bcsp_tx_reliable_pkt(sc, m, BCSP_CHANNEL_HCI_CMDEVT);
bcsp.c 158 static bool bcsp_tx_reliable_pkt(struct bcsp_softc *, struct mbuf *, u_int);
1121 bcsp_tx_reliable_pkt(struct bcsp_softc *sc, struct mbuf *m, u_int protocol_id) function in typeref:typename:bool
1701 bcsp_tx_reliable_pkt(sc, m, BCSP_CHANNEL_HCI_ACL);
1708 bcsp_tx_reliable_pkt(sc, m, BCSP_CHANNEL_HCI_CMDEVT);

Completed in 222 milliseconds