Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:sc_unit

59 	struct hci_unit *sc_unit;	/* Bluetooth HCI handle */
190 sc->sc_unit = hci_attach_pcb(&btuart_hci, self, 0);
191 if (sc->sc_unit == NULL)
206 if (sc->sc_unit) {
207 hci_detach_pcb(sc->sc_unit);
208 sc->sc_unit = NULL;
448 if (!hci_input_acl(sc->sc_unit, sc->sc_rxp))
456 if (!hci_input_sco(sc->sc_unit, sc->sc_rxp))
464 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
523 else if (!hci_complete_sco(sc->sc_unit, m))