代码搜索结果
找到约 4,775 项符合
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 crc32.o
obj-m += $(O_TARGET)
include $(TOPDIR)/Rules.make
.depend
bnep.h: \
/9315_144/cirrus-arm-linux-1.4.4/cirrus-arm-linux-1.4.4/linux-2.4.21/include/linux/types.h \
/9315_144/cirrus-arm-linux-1.4.4/cirrus-arm-linux-1.4.4/linux-2.4.21/include/net/bluetooth/
bluetoothdefinitions.h
#ifndef __BLUETOOTHDEFINITIONS_H__
#define __BLUETOOTHDEFINITIONS_H__
#include
/**
* Variables utilised by several classes in the Bluetooth Chat application
*/
const TUint KSe
readme
Bluetooth Driver for Linux Kernel v2.0, v2.2 and v2.4
-----------------------------------------------------
These files are a work in progress. For more information on Bluetooth
on Linux see http:/