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

  /src/sys/dev/bluetooth/
bth5.c 171 static bool bth5_tx_unreliable_pkt(struct bth5_softc *, struct mbuf *, u_int);
1409 bth5_tx_unreliable_pkt(struct bth5_softc *sc, struct mbuf *m, u_int protocol_id) function in typeref:typename:bool
1497 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE)) {
1524 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE))
1652 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE))
1699 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE))
1783 bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_HCI_SCO);
bth5.c 171 static bool bth5_tx_unreliable_pkt(struct bth5_softc *, struct mbuf *, u_int);
1409 bth5_tx_unreliable_pkt(struct bth5_softc *sc, struct mbuf *m, u_int protocol_id) function in typeref:typename:bool
1497 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE)) {
1524 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE))
1652 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE))
1699 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE))
1783 bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_HCI_SCO);
bth5.c 171 static bool bth5_tx_unreliable_pkt(struct bth5_softc *, struct mbuf *, u_int);
1409 bth5_tx_unreliable_pkt(struct bth5_softc *sc, struct mbuf *m, u_int protocol_id) function in typeref:typename:bool
1497 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE)) {
1524 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE))
1652 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE))
1699 if (!bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_LE))
1783 bth5_tx_unreliable_pkt(sc, m, BTH5_CHANNEL_HCI_SCO);

Completed in 33 milliseconds