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

  /src/sys/dev/bluetooth/
bthidev.c 85 uint16_t sc_intpsm; /* interrupt PSM */ member in struct:bthidev_softc
209 sc->sc_intpsm = L2CAP_PSM_HID_INTR;
259 sc->sc_intpsm = prop_number_signed_value(obj);
260 if (L2CAP_PSM_INVALID(sc->sc_intpsm)) {
532 sa.bt_psm = sc->sc_intpsm;
756 sa.bt_psm = sc->sc_intpsm;
bthidev.c 85 uint16_t sc_intpsm; /* interrupt PSM */ member in struct:bthidev_softc
209 sc->sc_intpsm = L2CAP_PSM_HID_INTR;
259 sc->sc_intpsm = prop_number_signed_value(obj);
260 if (L2CAP_PSM_INVALID(sc->sc_intpsm)) {
532 sa.bt_psm = sc->sc_intpsm;
756 sa.bt_psm = sc->sc_intpsm;

Completed in 24 milliseconds