Home | History | Annotate | Line # | Download | only in netbt
files.netbt revision 1.2
      1 # $NetBSD: files.netbt,v 1.2 2006/06/21 17:14:13 drochner Exp $
      2 
      3 # Bluetooth Protocols
      4 
      5 define	bluetooth
      6 defflag	opt_bluetooth.h		BLUETOOTH
      7 
      8 file	netbt/bt_proto.c	bluetooth
      9 file	netbt/bt_sysctl.c	bluetooth
     10 
     11 file	netbt/hci_event.c	bluetooth
     12 file	netbt/hci_ioctl.c	bluetooth
     13 file	netbt/hci_link.c	bluetooth
     14 file	netbt/hci_misc.c	bluetooth
     15 file	netbt/hci_socket.c	bluetooth
     16 file	netbt/hci_unit.c	bluetooth
     17 
     18 file	netbt/l2cap_lower.c	bluetooth
     19 file	netbt/l2cap_misc.c	bluetooth
     20 file	netbt/l2cap_signal.c	bluetooth
     21 file	netbt/l2cap_socket.c	bluetooth
     22 file	netbt/l2cap_upper.c	bluetooth
     23 
     24 file	netbt/rfcomm_dlc.c	bluetooth
     25 file	netbt/rfcomm_session.c	bluetooth
     26 file	netbt/rfcomm_socket.c	bluetooth
     27 file	netbt/rfcomm_upper.c	bluetooth
     28 
     29 #
     30 # temporary flag to enable SCO sockets, since it is currently
     31 # possible to lock a USB controller up with SCO packets unless
     32 # the MTU is just right. See bthset(4) for details.
     33 #
     34 defflag		opt_bluetooth.h		BLUETOOTH_SCO
     35 file	netbt/sco_socket.c	bluetooth_sco
     36 file	netbt/sco_upper.c	bluetooth
     37