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

  /src/sys/dev/bluetooth/
btsco.c 105 struct sco_pcb *sc_sco_l; /* SCO listen handle */ member in struct:btsco_softc
354 if (sc->sc_sco_l != NULL) {
355 DPRINTF("sc_sco_l=%p\n", sc->sc_sco_l);
356 sco_detach_pcb(&sc->sc_sco_l);
357 sc->sc_sco_l = NULL;
419 if (sc->sc_sco_l != NULL)
420 sco_detach_pcb(&sc->sc_sco_l);
562 if (sc->sc_sco != NULL || sc->sc_sco_l != NULL)
573 err = sco_attach_pcb(&sc->sc_sco_l, &btsco_sco_proto, sc)
    [all...]
btsco.c 105 struct sco_pcb *sc_sco_l; /* SCO listen handle */ member in struct:btsco_softc
354 if (sc->sc_sco_l != NULL) {
355 DPRINTF("sc_sco_l=%p\n", sc->sc_sco_l);
356 sco_detach_pcb(&sc->sc_sco_l);
357 sc->sc_sco_l = NULL;
419 if (sc->sc_sco_l != NULL)
420 sco_detach_pcb(&sc->sc_sco_l);
562 if (sc->sc_sco != NULL || sc->sc_sco_l != NULL)
573 err = sco_attach_pcb(&sc->sc_sco_l, &btsco_sco_proto, sc)
    [all...]

Completed in 95 milliseconds