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