代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
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
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
sdp.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2001-2002 Ricky Yuen
* Copyright (C) 2003-2007 Marcel Holtmann
*
*
* This p
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
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
makefile.am
datafiles = bluetooth bluetooth.conf
if PCMCIA
pcmciadir = $(sysconfdir)/pcmcia
pcmcia_DATA = $(datafiles)
endif
EXTRA_DIST = $(datafiles)
MAINTAINERCLEANFILES = Makefile.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
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
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