代码搜索:BlueTooth
找到约 4,983 项符合「BlueTooth」的源代码
代码结果 4,983
www.eeworm.com/read/127781/6000839
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
www.eeworm.com/read/491854/6427766
h wiimote.h
/*
* Header file defining the interface for a wiimote.
* Kendall Merriman
*/
#ifndef _WIIMOTE_H_
#define _WIIMOTE_H_
#include
#define WIIMOTE_COMM_CONTROL 0x01
#define W
www.eeworm.com/read/343459/11946180
h sdp.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2001-2002 Ricky Yuen
* Copyright (C) 2003-2007 Marcel Holtmann
*
*
* This p
www.eeworm.com/read/343458/11946424
am makefile.am
if INPUTSERVICE
if CONFIGFILES
confdir = $(sysconfdir)/bluetooth
conf_DATA = input.service
endif
servicedir = $(libdir)/bluetooth
service_PROGRAMS = bluetoothd-service-input
bluetoothd_service_in
www.eeworm.com/read/292747/8335797
c main.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2003-2006 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/292747/8335811
am makefile.am
datafiles = bluetooth bluetooth.conf
if PCMCIA
pcmciadir = $(sysconfdir)/pcmcia
pcmcia_DATA = $(datafiles)
endif
EXTRA_DIST = $(datafiles)
MAINTAINERCLEANFILES = Makefile.in
www.eeworm.com/read/292747/8335874
in makefile.in
# Makefile.in generated by automake 1.7.9 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# This Makefile
www.eeworm.com/read/172741/9693635
htm about.htm
javastr="A.menu2{text-decoration: none;color:#000099;line-height: 25pt;font-size:9pt} A.menu2:hover {text-decoration: none;line-height: 25pt;font-size:9pt;color: #ffffff}A.menu2:visited {col
www.eeworm.com/read/171720/9739690
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
www.eeworm.com/read/261041/11668121