代码搜索:BlueTooth

找到约 4,983 项符合「BlueTooth」的源代码

代码结果 4,983
www.eeworm.com/read/388975/8560062

am 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_
www.eeworm.com/read/288820/8605230

am 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@ @
www.eeworm.com/read/242797/12984724

am 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@ @
www.eeworm.com/read/343458/11946913

am 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@ @
www.eeworm.com/read/288820/8605506

am 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
www.eeworm.com/read/257801/11911749

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