Home
last modified time | relevance | path

Searched refs:sc_mux_send_ack (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/bluetooth/
Dbcsp.c102 bool sc_mux_send_ack; /* flag for send_ack */ member
936 if (sc->sc_mux_send_ack == true) { in bcsp_mux_transmit()
950 bcsp_get_txack(sc), sc->sc_mux_send_ack)); in bcsp_mux_transmit()
955 if (sc->sc_mux_send_ack == true) in bcsp_mux_transmit()
956 sc->sc_mux_send_ack = false; in bcsp_mux_transmit()
1004 sc->sc_mux_send_ack = true; in bcsp_send_ack_command()
1309 sc->sc_mux_send_ack = false; in bcsp_sequencing_reset()
Dbth5.c105 bool sc_mux_send_ack; /* flag for send_ack */ member
986 if (sc->sc_mux_send_ack == true) { in bth5_mux_transmit()
1001 bth5_get_txack(sc), sc->sc_mux_send_ack)); in bth5_mux_transmit()
1006 if (sc->sc_mux_send_ack == true) in bth5_mux_transmit()
1007 sc->sc_mux_send_ack = false; in bth5_mux_transmit()
1058 sc->sc_mux_send_ack = true; in bth5_send_ack_command()
1356 sc->sc_mux_send_ack = false; in bth5_sequencing_reset()