Home
last modified time | relevance | path

Searched defs:btmagic_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/bluetooth/
H A Dbtmagic.c129 struct btmagic_softc { struct
130 bdaddr_t sc_laddr; /* local address */
131 bdaddr_t sc_raddr; /* remote address */
132 struct sockopt sc_mode; /* link mode */
134 device_t sc_dev;
135 uint16_t sc_state;
136 uint16_t sc_flags;
138 callout_t sc_timeout;
141 struct l2cap_channel *sc_ctl;
142 struct l2cap_channel *sc_ctl_l;
[all …]