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

  /src/sys/dev/bluetooth/
bth5.c 163 static bool bth5_tx_reliable_pkt(struct bth5_softc *, struct mbuf *, u_int);
1181 bth5_tx_reliable_pkt(struct bth5_softc *sc, struct mbuf *m, u_int protocol_id) function in typeref:typename:bool
1768 bth5_tx_reliable_pkt(sc, m, BTH5_CHANNEL_HCI_ACL);
1775 bth5_tx_reliable_pkt(sc, m, BTH5_CHANNEL_HCI_CMD);
bth5.c 163 static bool bth5_tx_reliable_pkt(struct bth5_softc *, struct mbuf *, u_int);
1181 bth5_tx_reliable_pkt(struct bth5_softc *sc, struct mbuf *m, u_int protocol_id) function in typeref:typename:bool
1768 bth5_tx_reliable_pkt(sc, m, BTH5_CHANNEL_HCI_ACL);
1775 bth5_tx_reliable_pkt(sc, m, BTH5_CHANNEL_HCI_CMD);

Completed in 24 milliseconds