HomeSort by: relevance | last modified time | path
    Searched refs:hci_input_acl (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/netbt/
hci_unit.c 470 hci_input_acl(struct hci_unit *unit, struct mbuf *m) function in typeref:typename:bool
hci.h 2622 bool hci_input_acl(struct hci_unit *, struct mbuf *);
  /src/sys/dev/sdmmc/
sbt.c 366 hci_input_acl(sc->sc_unit, m);
  /src/sys/dev/bluetooth/
btuart.c 448 if (!hci_input_acl(sc->sc_unit, sc->sc_rxp))
bcsp.c 1085 if (!hci_input_acl(sc->sc_unit, m))
bth5.c 1150 if (!hci_input_acl(sc->sc_unit, m))
  /src/sys/dev/pcmcia/
bt3c.c 400 if (!hci_input_acl(sc->sc_unit, sc->sc_rxp))
btbc.c 508 if (!hci_input_acl(sc->sc_unit, sc->sc_rxp))
  /src/sys/dev/usb/
ubt.c 1652 if (m == NULL || !hci_input_acl(sc->sc_unit, m))

Completed in 22 milliseconds