Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:sc_sco_l

105 	struct sco_pcb		*sc_sco_l;	/* SCO listen handle */
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);
577 err = sco_bind_pcb(sc->sc_sco_l, &sa);
579 sco_detach_pcb(&sc->sc_sco_l);
583 err = sco_listen_pcb(sc->sc_sco_l);
585 sco_detach_pcb(&sc->sc_sco_l);
624 if (sc->sc_sco_l != NULL)
625 sco_detach_pcb(&sc->sc_sco_l);
661 if (sc->sc_sco_l != NULL) {
662 sco_detach_pcb(&sc->sc_sco_l);