BTF_XMIT_SCO      439 dev/sdmmc/sbt.c 	case BTF_XMIT_SCO:
BTF_XMIT_SCO      474 dev/sdmmc/sbt.c 	sbt_start(unit, &unit->hci_scotxq, BTF_XMIT_SCO);
BTF_XMIT_SCO     1124 dev/usb/ubt.c  	sc->sc_unit.hci_flags |= BTF_XMIT_SCO;
BTF_XMIT_SCO     1168 dev/usb/ubt.c  			sc->sc_unit.hci_flags &= ~BTF_XMIT_SCO;
BTF_XMIT_SCO     2012 netbt/hci.h    #define BTF_XMIT		(BTF_XMIT_CMD | BTF_XMIT_ACL | BTF_XMIT_SCO)
BTF_XMIT_SCO      473 netbt/hci_unit.c 	if ((unit->hci_flags & BTF_XMIT_SCO) == 0)