代码搜索结果

找到约 4,983 项符合 Bluetooth 的代码

makefile

# # Makefile for the Linux Bluetooth HCI device drivers. # obj-$(CONFIG_BT_HCIUSB) += hci_usb.o obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o obj-$(CONFIG_BT_HCIUART) += hci_uart.o obj-$(CONFIG_BT_HCIBCM20

makefile

# # Makefile for the Linux Bluetooth HCI device drivers. # obj-$(CONFIG_BT_HCIUSB) += hci_usb.o obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o obj-$(CONFIG_BT_HCIUART) += hci_uart.o obj-$(CONFIG_BT_HCIBCM20

makefile

# # Makefile for the Linux Bluetooth HCI device drivers. # obj-$(CONFIG_BT_HCIUSB) += hci_usb.o obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o obj-$(CONFIG_BT_HCIUART) += hci_uart.o obj-$(CONFIG_BT_HCIBCM20

makefile

# # Makefile for the Linux Bluetooth HCI device drivers. # obj-$(CONFIG_BT_HCIUSB) += hci_usb.o obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o obj-$(CONFIG_BT_HCIUART) += hci_uart.o obj-$(CONFIG_BT_HCIBCM20

entries

/Bluetooth.nc/1.1/Fri Sep 4 18:02:02 2009// /RovingNetworks.h/1.1/Fri Sep 4 18:02:02 2009// /RovingNetworksC.nc/1.1/Fri Sep 4 18:02:02 2009// /RovingNetworksP.nc/1.1/Fri Sep 4 18:02:02 2009//

makefile

# # Makefile for the Linux Bluetooth HCI device drivers. # obj-$(CONFIG_BT_HCIUSB) += hci_usb.o obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o obj-$(CONFIG_BT_HCIUART) += hci_uart.o obj-$(CONFIG_BT_HCIBCM20

modules.txt

BlueZ kernel modules: bluez - Bluetooth Core. hci_usb - HCI USB driver. hci_uart - HCI UART driver. hci_vhci - HCI Virtual device driver. l2cap - L2CAP module. sco - SCO module. rfcomm -

makefile

# # Makefile for the Linux Bluetooth HCI device drivers. # obj-$(CONFIG_BT_HCIUSB) += hci_usb.o obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o obj-$(CONFIG_BT_HCIUART) += hci_uart.o obj-$(CONFIG_BT_HCIBCM20

gpe-session-scripts.list

/usr/share/pixmaps/gpe-logout.png /usr/bin/gpe-auto-bluetooth /etc/gpe/gpe.mbdock /usr/bin/gpe-logout.matchbox /etc/matchbox/session /etc/X11/Xsession.d/98standard-apps /usr/share/applications/gpe-log

makefile.am

confdir = $(sysconfdir)/bluetooth conf_DATA = rfcomm.conf bin_PROGRAMS = rfcomm rfcomm_SOURCES = main.c parser.h parser.y lexer.l kword.h kword.c rfcomm_LDADD = @BLUEZ_LIBS@ AM_CFLAGS = @BLUEZ_CF