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

  /src/sys/dev/bluetooth/
bthidev.c 98 int sc_attempts; /* connection attempts */ member in struct:bthidev_softc
554 if (sc->sc_attempts++ > 0)
555 aprint_verbose_dev(sc->sc_dev, "connect (#%d)\n", sc->sc_attempts);
784 sc->sc_attempts = 0;
bthidev.c 98 int sc_attempts; /* connection attempts */ member in struct:bthidev_softc
554 if (sc->sc_attempts++ > 0)
555 aprint_verbose_dev(sc->sc_dev, "connect (#%d)\n", sc->sc_attempts);
784 sc->sc_attempts = 0;

Completed in 22 milliseconds