Home
last modified time | relevance | path

Searched refs:sc_intpsm (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/bluetooth/
H A Dbthidev.c85 uint16_t sc_intpsm; /* interrupt PSM */ member
209 sc->sc_intpsm = L2CAP_PSM_HID_INTR; in bthidev_attach()
259 sc->sc_intpsm = prop_number_signed_value(obj); in bthidev_attach()
260 if (L2CAP_PSM_INVALID(sc->sc_intpsm)) { in bthidev_attach()
532 sa.bt_psm = sc->sc_intpsm; in bthidev_listen()
756 sa.bt_psm = sc->sc_intpsm; in bthidev_ctl_connected()