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);
|