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

  /src/sys/dev/bluetooth/
btsco.c 134 #define BTSCO_OPEN 2
148 static int btsco_open(void *, int);
170 .open = btsco_open,
422 sc->sc_state = BTSCO_OPEN;
446 case BTSCO_OPEN: /* link lost */
552 btsco_open(void *hdl, int flags) function in typeref:typename:int
629 case BTSCO_OPEN: /* hurrah */

Completed in 13 milliseconds