Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/bluetooth/
H A Dbthidev.c98 int sc_attempts; /* connection attempts */ member
554 if (sc->sc_attempts++ > 0) in bthidev_connect()
555 aprint_verbose_dev(sc->sc_dev, "connect (#%d)\n", sc->sc_attempts); in bthidev_connect()
784 sc->sc_attempts = 0; in bthidev_int_connected()