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