Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:sc_stats

60 	struct bt_stats	sc_stats;
358 sc->sc_stats.err_rx++;
373 sc->sc_stats.err_rx++;
391 sc->sc_stats.byte_rx++;
419 sc->sc_stats.err_rx++;
449 sc->sc_stats.err_rx++;
451 sc->sc_stats.acl_rx++;
457 sc->sc_stats.err_rx++;
459 sc->sc_stats.sco_rx++;
465 sc->sc_stats.err_rx++;
467 sc->sc_stats.evt_rx++;
494 sc->sc_stats.cmd_tx++;
497 sc->sc_stats.sco_tx++;
500 sc->sc_stats.acl_tx++;
524 sc->sc_stats.err_tx++;
542 sc->sc_stats.byte_tx += count;
660 memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
663 memset(&sc->sc_stats, 0, sizeof(struct bt_stats));