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

  /src/sys/dev/bluetooth/
bthidev.c 87 struct l2cap_channel *sc_int_l; /* interrupt listen */ member in struct:bthidev_softc
362 if (sc->sc_int_l != NULL) {
363 l2cap_detach_pcb(&sc->sc_int_l);
364 sc->sc_int_l = NULL;
524 err = l2cap_attach_pcb(&sc->sc_int_l, &bthidev_int_proto, sc);
528 err = l2cap_setopt(sc->sc_int_l, &sc->sc_mode);
533 err = l2cap_bind_pcb(sc->sc_int_l, &sa);
537 err = l2cap_listen_pcb(sc->sc_int_l);
btmagic.c 146 struct l2cap_channel *sc_int_l; member in struct:btmagic_softc
436 if (sc->sc_int_l != NULL) {
437 l2cap_detach_pcb(&sc->sc_int_l);
438 sc->sc_int_l = NULL;
521 err = l2cap_attach_pcb(&sc->sc_int_l, &btmagic_int_proto, sc);
525 err = l2cap_setopt(sc->sc_int_l, &sc->sc_mode);
530 err = l2cap_bind_pcb(sc->sc_int_l, &sa);
534 err = l2cap_listen_pcb(sc->sc_int_l);

Completed in 13 milliseconds