代码搜索结果
找到约 4,775 项符合
Bluetooth 的代码
makefile
#
# Makefile for the Linux Bluetooth BNEP layer.
#
obj-$(CONFIG_BT_BNEP) += bnep.o
bnep-objs := core.o sock.o netdev.o
kconfig
config BT_BNEP
tristate "BNEP protocol support"
depends on BT && BT_L2CAP
select CRC32
help
BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
emulation layer on top of Bluetooth.
makefile
#
# Makefile for the Linux Bluetooth CMTP layer
#
obj-$(CONFIG_BT_CMTP) += cmtp.o
cmtp-objs := core.o sock.o capi.o
makefile
#
# Makefile for the Linux Bluetooth HIDP layer
#
obj-$(CONFIG_BT_HIDP) += hidp.o
hidp-objs := core.o sock.o
makefile
include $(AXIS_TOP_DIR)/tools/build/Rules.axis
all:
install: src/bluetooth.c include/btcommon.h
ln -sfn ../../arch/cris/drivers/bluetooth/include ../../../../include/linux/bluetooth
(cd .. && patc
bluetooth.h
/*
BlueZ - Bluetooth protocol stack for Linux
Copyright (C) 2000-2001 Qualcomm Incorporated
Written 2000,2001 by Maxim Krasnyansky
This program is free software; you
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
config.in
#
# Bluetooth RFCOMM layer configuration
#
dep_tristate 'RFCOMM protocol support' CONFIG_BLUEZ_RFCOMM $CONFIG_BLUEZ_L2CAP
if [ "$CONFIG_BLUEZ_RFCOMM" != "n" ]; then
bool ' RFCOMM TTY support' CO
makefile
#
# Makefile for the Linux Bluetooth BNEP layer
#
O_TARGET := bnep.o
obj-y := core.o sock.o netdev.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