Home | History | Annotate | Line # | Download | only in netbt
      1 # $NetBSD: files.netbt,v 1.5 2010/03/26 18:15:15 pooka Exp $
      2 
      3 # Bluetooth Protocols
      4 
      5 define	bluetooth
      6 
      7 # Bluetooth HCI controller (bthub attaches here)
      8 define	btbus	{ }
      9 
     10 file	netbt/bt_proto.c	bluetooth
     11 file	netbt/bt_sysctl.c	bluetooth
     12 
     13 file	netbt/hci_event.c	bluetooth
     14 file	netbt/hci_ioctl.c	bluetooth
     15 file	netbt/hci_link.c	bluetooth
     16 file	netbt/hci_misc.c	bluetooth
     17 file	netbt/hci_socket.c	bluetooth
     18 file	netbt/hci_unit.c	bluetooth
     19 
     20 file	netbt/l2cap_lower.c	bluetooth
     21 file	netbt/l2cap_misc.c	bluetooth
     22 file	netbt/l2cap_signal.c	bluetooth
     23 file	netbt/l2cap_socket.c	bluetooth
     24 file	netbt/l2cap_upper.c	bluetooth
     25 
     26 file	netbt/rfcomm_dlc.c	bluetooth
     27 file	netbt/rfcomm_session.c	bluetooth
     28 file	netbt/rfcomm_socket.c	bluetooth
     29 file	netbt/rfcomm_upper.c	bluetooth
     30 
     31 file	netbt/sco_socket.c	bluetooth
     32 file	netbt/sco_upper.c	bluetooth
     33