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