代码搜索结果
找到约 4,775 项符合
Bluetooth 的代码
hardwarestatus.cs
//==========================================================================================
//
// OpenNETCF.Net.Bluetooth.HardwareStatus
// Copyright (C) 2004, OpenNETCF.org
//
// This libra
作者:shywalker
日期:2000-5-31 10:53:05
<mark>Bluetooth</mark>是如何工作的
<mark>Bluetooth</mark>使用内制在9x9平方毫米微芯片上的短程射频链接。该协议能使包括蜂窝电话、掌上电脑、笔记本电脑、相关外设和家庭Hub等包括家庭RF的众多设备之间进行信息交换。它使用2.45GHz ISM全球通自 由波段,使旅行者可以毫无障碍地使用Bluetoot ...
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 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
syms.c
/*
BlueZ - Bluetooth protocol stack for Linux
Copyright (C) 2000-2001 Qualcomm Incorporated
Written 2000,2001 by Maxim Krasnyansky
This program is free software; you
readme
BlueZ - Bluetooth protocol stack for Linux
Copyright (C) 2000-2001 Qualcomm Incorporated
Copyright (C) 2002-2003 Maxim Krasnyansky
Copyright (C) 2002-2004 Marcel Holtmann
makefile.am
#
# $Id: Makefile.am,v 1.12 2004/07/21 13:30:48 holtmann Exp $
#
includedir = @includedir@/bluetooth
include_HEADERS = \
bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h \
l2cap.h sco.h rfcomm
bluetooth.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-200
makefile.am
#
# $Id: Makefile.am,v 1.17 2004/12/25 17:27:06 holtmann Exp $
#
lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
libbluetooth_la_LDFLAGS = -version-info 1:13:0