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