代码搜索结果
找到约 4,775 项符合
Bluetooth 的代码
blueclientbox.java
import javax.microedition.lcdui.*;
import javax.bluetooth.DiscoveryAgent;
import javax.bluetooth.LocalDevice;
import javax.bluetooth.*;
import java.util.Vector;
import javax.microedition.io.*;
i
blueclientbox.java
import javax.microedition.lcdui.*;
import javax.bluetooth.DiscoveryAgent;
import javax.bluetooth.LocalDevice;
import javax.bluetooth.*;
import java.util.Vector;
import javax.microedition.io.*;
i
makefile
#
# Makefile for Bluetooth HCI device drivers.
#
O_TARGET := bluetooth.o
obj-$(CONFIG_BLUEZ_HCIUSB) += hci_usb.o
obj-$(CONFIG_BLUEZ_HCIUART) += hci_uart.o
obj-$(CONFIG_BLUEZ_HCIVHCI) += hci_vhci.o
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
readme
BlueZ - Bluetooth protocol stack for Linux
******************************************
Copyright (C) 2000-2002 Maxim Krasnyansky
Copyright (C) 2003-2007 Marcel Holtmann
sdp.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2001-2002 Ricky Yuen
* Copyright (C) 2003-2007 Marcel Holtmann
*
*
* This p