代码搜索结果

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

makefile

# # Makefile for the Linux Bluetooth RFCOMM layer # O_TARGET := rfcomm.o obj-y := core.o sock.o crc.o obj-$(CONFIG_BLUEZ_RFCOMM_TTY) += tty.o obj-m += $(O_TARGET) include $(TOPDIR)/Rules.make

bttestdlg.cpp

// BTtestDlg.cpp : implementation file // #include "stdafx.h" #include "BTtest.h" #include "BTtestDlg.h" #include "BlueTooth.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static c

makefile.in

# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006 Free Software Foundation

makefile

# # Makefile for the Linux Bluetooth RFCOMM layer # O_TARGET := rfcomm.o obj-y := core.o sock.o crc.o obj-$(CONFIG_BLUEZ_RFCOMM_TTY) += tty.o obj-m += $(O_TARGET) include $(TOPDIR)/Rules.make

makefile

# # Makefile for the Linux Bluetooth CMTP layer # O_TARGET := cmtp.o obj-y := core.o sock.o capi.o obj-m += $(O_TARGET) include $(TOPDIR)/Rules.make