代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
kernel-module-l2cap.list
/etc/modprobe.d/l2cap.conf
/lib/modules/2.6.23/kernel/net/bluetooth/l2cap.ko
errorscreen.java
package game.bluetooth;
// Copyright 2004 Nokia Corporation.
//
// THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER,
// EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABI
errorscreen.java
package game.bluetooth;
// Copyright 2004 Nokia Corporation.
//
// THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER,
// EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABI
btpassworddlg.h
/*
Filename : BTPasswordDlg.h
Part of : Phone Navigator
Description : Declaration of bluetooth password dialog class
Version : 3.2
This example is only to be used with PC Connectivit
btprogressdlg.cpp
/*
Filename : BTProgressDlg.cpp
Part of : Phone Navigator
Description : Implementation of bluetooth device search progress dialog
Version : 3.2
This example is only to be used with P
makefile.am
#
# $Id: Makefile.am,v 1.5 2002/08/23 15:40:54 holtmann Exp $
#
includedir = @includedir@/bluetooth
include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h
blu
makefile
#
# Makefile for the Bluetooth device driver.
#
OBJS = bluetooth.o bt_proc.o btdebug.o btmem.o hci.o hci_vendor.o \
l2cap.o l2cap_con.o l2cap_sec.o rfcomm.o rfcomm_sec.o \
devicediscoverer.java
import javax.bluetooth.*;
import java.util.*;
public class DeviceDiscoverer implements DiscoveryListener {
FileClient client;
Vector remoteDevices = new Vector();
DiscoveryAgent dis
bluetoothdlg.cpp
// bluetoothDlg.cpp : implementation file
//
#include "stdafx.h"
#include "bluetooth.h"
#include "bluetoothDlg.h"
#include ".\bluetoothdlg.h"
/*********************************************
bluetoothservice.cs
#region Using 指令
using System;
#endregion
namespace OpenNETCF.Net.Bluetooth {
///
/// BluetoothService 的摘要说明。
///
public class BluetoothService {