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

  /src/sys/dev/bluetooth/
bcsp.c 124 bcsp_le_state_t sc_le_state; member in struct:bcsp_softc
1461 sc->sc_le_state = le_state_shy;
1505 device_xname(sc->sc_dev), sc->sc_le_state, sc->sc_le_muzzled));
1526 switch (sc->sc_le_state) {
1538 sc->sc_le_state = le_state_curious;
1555 sc->sc_le_state = le_state_garrulous;
1571 sc->sc_le_state = le_state_shy;
1604 device_xname(sc->sc_dev), sc->sc_le_state, sc->sc_le_muzzled));
1606 switch (sc->sc_le_state) {
1620 "timeout happen at unknown state %d\n", sc->sc_le_state);
    [all...]
bth5.c 129 bth5_le_state_t sc_le_state; member in struct:bth5_softc
1505 sc->sc_le_state = le_state_shy;
1550 device_xname(sc->sc_dev), sc->sc_le_state, sc->sc_le_muzzled));
1573 switch (sc->sc_le_state) {
1584 sc->sc_le_state = le_state_curious;
1615 sc->sc_le_state = le_state_garrulous;
1631 sc->sc_le_state = le_state_shy;
1668 device_xname(sc->sc_dev), sc->sc_le_state, sc->sc_le_muzzled));
1670 switch (sc->sc_le_state) {
1684 "timeout happen at unknown state %d\n", sc->sc_le_state);
    [all...]

Completed in 16 milliseconds