代码搜索结果
找到约 4,775 项符合
Bluetooth 的代码
makefile.am
#
# $Id: Makefile.am,v 1.14 2004/08/13 13:48:14 holtmann Exp $
#
lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
libbluetooth_la_LDFLAGS = -version-info 1:10:0
bluetooth.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-200
bluez.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: BlueZ
Description: Bluetooth protocol stack for Linux
Version: @VERSION@
Requires:
Libs: -L${libdir} -lblueto
bluetooth hcidlg.cpp
// Bluetooth HCIDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "Bluetooth HCI.h"
#include "Bluetooth HCIDlg.h"
#include ".\bluetooth hcidlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
stdafx.cpp
// stdafx.cpp : 只包括标准包含文件的源文件
// Bluetooth HCI.pch 将是预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
readme.txt
================================================================================
MICROSOFT 基础类库: Bluetooth HCI 项目概述
==============================================================================
bluetooth hci.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
bluetooth hcidlg.h
// Bluetooth HCIDlg.h : 头文件
//
#pragma once
#include "BT_HCI.h"
#include "afxwin.h"
struct COMPROPERTY
{
DWORD dwComPort;
DWORD dwBaudrate;
BYTE bByteBits;
BYTE bStopBits;
BYTE b
bluetooth manager.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bluetooth Manager", "Bluetooth Manager.csproj", "{262AF70A-E7C1-4219-80A4-34346C00F381}