NetBSD/sys/netbt
plunky 0b799668fb use more device_t and device_xxx() accessors
make bluetooth stack keep device_t instead of softc pointer as
device is not necessarily part of softc, and pass device_t to
driver callbacks. hci_devname is no longer required.
2007-11-10 23:12:22 +00:00
..
Makefile
bluetooth.h Macros that are meant for statements (instead of expressions) SHALL 2007-09-17 01:23:17 +00:00
bt_proto.c Eliminate address family-specific route caches (struct route, struct 2007-05-02 20:40:22 +00:00
bt_sysctl.c
files.netbt
hci.h use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
hci_event.c use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
hci_ioctl.c use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
hci_link.c use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
hci_misc.c improve memo taking of known bluetooth devices 2007-09-16 19:59:30 +00:00
hci_socket.c use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
hci_unit.c use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
l2cap.h "struct callout" -> callout_t 2007-11-03 17:20:17 +00:00
l2cap_lower.c use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
l2cap_misc.c "struct callout" -> callout_t 2007-11-03 17:20:17 +00:00
l2cap_signal.c use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
l2cap_socket.c Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
l2cap_upper.c fix typos 2007-04-29 20:23:34 +00:00
rfcomm.h struct callout => callout_t 2007-11-03 17:39:14 +00:00
rfcomm_dlc.c "struct callout" -> callout_t 2007-11-03 17:20:17 +00:00
rfcomm_session.c "struct callout" -> callout_t 2007-11-03 17:20:17 +00:00
rfcomm_socket.c for PRU_ATTACH, we should make sure that so_pcb is not allocated when 2007-10-15 18:04:34 +00:00
rfcomm_upper.c "struct callout" -> callout_t 2007-11-03 17:20:17 +00:00
sco.h
sco_socket.c Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
sco_upper.c