代码搜索结果
找到约 4,775 项符合
Bluetooth 的代码
bluetooth.cs
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Messenger;
namespace MSN {
public class Bluetooth : IMessengerAddIn {
#region IMessengerAddIn Me
bluetooth.c
/*
* bluetooth.c Version 0.12
*
* Copyright (c) 2000, 2001 Greg Kroah-Hartman
* Copyright (c) 2000 Mark Douglas Corner
*
* USB Bluetooth TTY driver, based
bluetooth.rules
# Brain Boxes BL-620 Bluetooth Adapter
SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Brain Boxes", SYSFS{prod_id2}=="Bluetooth PC Card", ENV{HCIOPTS}="bboxes", RUN+="bluetooth_serial"
# Xircom C
bluetooth.default
# Bluetooth configuraton file
# Run hid2hci (allowed values are "true" and "false")
HID2HCI_ENABLE=true
bluetooth.init
#!/bin/sh
#
# Start/stop the Bluetooth daemons
#
set -e
PATH=/sbin:/bin:/usr/sbin:/usr/bin
NAME=bluetooth
DESC="Bluetooth subsystem"
DAEMON_NAME=hcid
HID2HCI_NAME=hid2hci
DAEMON_EXEC="`which $DAEM
bluetooth.c
#include
#include "global.h"
#include "io.h"
#include "serial.h"
#include "timer.h"
#include "bluetooth.h"
void BlueToothInit(void)
{
putstring1("\r\n");
putstring1("B
bluetooth.c
/*
* bluetooth.c Version 0.12
*
* Copyright (c) 2000, 2001 Greg Kroah-Hartman
* Copyright (c) 2000 Mark Douglas Corner
*
* USB Bluetooth driver, based on t
bluetooth hci.cpp
// Bluetooth HCI.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "Bluetooth HCI.h"
#include "Bluetooth HCIDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CBluetoothHCIApp
BEG
bluetooth hci.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bluetooth HCI", "Bluetooth HCI.vcproj", "{7BCFD240-C96C-47F6-9A50-1397D84DA3C1}"
Proj