xref: /netbsd-src/sys/netbt/files.netbt (revision a183ecd06c4c51fd4cb2bd5a3322e319cec4b6fc)
1*a183ecd0Spooka# $NetBSD: files.netbt,v 1.5 2010/03/26 18:15:15 pooka Exp $
2a5c89047Sgdamore
3a5c89047Sgdamore# Bluetooth Protocols
4a5c89047Sgdamore
5f7c7c95eSdrochnerdefine	bluetooth
6a5c89047Sgdamore
74f1cbddcSplunky# Bluetooth HCI controller (bthub attaches here)
84f1cbddcSplunkydefine	btbus	{ }
94f1cbddcSplunky
10a5c89047Sgdamorefile	netbt/bt_proto.c	bluetooth
11a5c89047Sgdamorefile	netbt/bt_sysctl.c	bluetooth
12a5c89047Sgdamore
13a5c89047Sgdamorefile	netbt/hci_event.c	bluetooth
14a5c89047Sgdamorefile	netbt/hci_ioctl.c	bluetooth
15a5c89047Sgdamorefile	netbt/hci_link.c	bluetooth
16a5c89047Sgdamorefile	netbt/hci_misc.c	bluetooth
17a5c89047Sgdamorefile	netbt/hci_socket.c	bluetooth
18a5c89047Sgdamorefile	netbt/hci_unit.c	bluetooth
19a5c89047Sgdamore
20a5c89047Sgdamorefile	netbt/l2cap_lower.c	bluetooth
21a5c89047Sgdamorefile	netbt/l2cap_misc.c	bluetooth
22a5c89047Sgdamorefile	netbt/l2cap_signal.c	bluetooth
23a5c89047Sgdamorefile	netbt/l2cap_socket.c	bluetooth
24a5c89047Sgdamorefile	netbt/l2cap_upper.c	bluetooth
25a5c89047Sgdamore
26a5c89047Sgdamorefile	netbt/rfcomm_dlc.c	bluetooth
27a5c89047Sgdamorefile	netbt/rfcomm_session.c	bluetooth
28a5c89047Sgdamorefile	netbt/rfcomm_socket.c	bluetooth
29a5c89047Sgdamorefile	netbt/rfcomm_upper.c	bluetooth
30a5c89047Sgdamore
31c980b109Splunkyfile	netbt/sco_socket.c	bluetooth
32a5c89047Sgdamorefile	netbt/sco_upper.c	bluetooth
33