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

  /src/sys/dev/bluetooth/
bcsp.c 166 static bool bcsp_tx_unreliable_pkt(struct bcsp_softc *, struct mbuf *, u_int);
1361 bcsp_tx_unreliable_pkt(struct bcsp_softc *sc, struct mbuf *m, u_int protocol_id) function in typeref:typename:bool
1453 if (!bcsp_tx_unreliable_pkt(sc, m, BCSP_CHANNEL_LE)) {
1480 if (!bcsp_tx_unreliable_pkt(sc, m, BCSP_CHANNEL_LE))
1588 if (!bcsp_tx_unreliable_pkt(sc, m, BCSP_CHANNEL_LE))
1632 if (!bcsp_tx_unreliable_pkt(sc, m, BCSP_CHANNEL_LE))
1716 bcsp_tx_unreliable_pkt(sc, m, BCSP_CHANNEL_HCI_SCO);
bcsp.c 166 static bool bcsp_tx_unreliable_pkt(struct bcsp_softc *, struct mbuf *, u_int);
1361 bcsp_tx_unreliable_pkt(struct bcsp_softc *sc, struct mbuf *m, u_int protocol_id) function in typeref:typename:bool
1453 if (!bcsp_tx_unreliable_pkt(sc, m, BCSP_CHANNEL_LE)) {
1480 if (!bcsp_tx_unreliable_pkt(sc, m, BCSP_CHANNEL_LE))
1588 if (!bcsp_tx_unreliable_pkt(sc, m, BCSP_CHANNEL_LE))
1632 if (!bcsp_tx_unreliable_pkt(sc, m, BCSP_CHANNEL_LE))
1716 bcsp_tx_unreliable_pkt(sc, m, BCSP_CHANNEL_HCI_SCO);

Completed in 24 milliseconds