代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
makefile.am
if CUPS
cupsdir = $(libdir)/cups/backend
cups_PROGRAMS = bluetooth
bluetooth_SOURCES = main.c cups.h sdp.c spp.c hcrp.c
bluetooth_LDADD = $(top_builddir)/common/libhelper.a \
@GDBUS_LIBS@ @GLIB_
makefile.am
if CUPS
cupsdir = $(libdir)/cups/backend
cups_PROGRAMS = bluetooth
bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c
bluetooth_LDADD = $(top_builddir)/common/libhelper.a \
@DBUS_LIBS@ @GLIB_LIBS@ @
makefile.am
if CUPS
cupsdir = $(libdir)/cups/backend
cups_PROGRAMS = bluetooth
bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c
bluetooth_LDADD = $(top_builddir)/common/libhelper.a \
@DBUS_LIBS@ @GLIB_LIBS@ @
makefile.am
if CUPS
cupsdir = $(libdir)/cups/backend
cups_PROGRAMS = bluetooth
bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c
bluetooth_LDADD = $(top_builddir)/common/libhelper.a \
@DBUS_LIBS@ @GLIB_LIBS@ @
makefile.am
if AUDIOSERVICE
if CONFIGFILES
confdir = $(sysconfdir)/bluetooth
conf_DATA = audio.service audio.conf
endif
servicedir = $(libdir)/bluetooth
service_PROGRAMS = bluetoothd-service-audio
bluetoothd
makefile
#
# Makefile for Bluetooth HCI device drivers.
#
O_TARGET := bluetooth.o
obj-$(CONFIG_BLUEZ_HCIUSB) += hci_usb.o
obj-$(CONFIG_BLUEZ_HCIUART) += hci_uart.o
obj-$(CONFIG_BLUEZ_HCIVHCI) += hci_vhci.o