代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
bluetoothinfo.cpp
/*
* ============================================================================
* Name : TBluetoothInfo from Bluetoothinfo.h
* Part of : ThreadAO
* Created : 12.1.2005 by Forum Nokia
*
kconfig
menu "Bluetooth device drivers"
depends on BT
config BT_HCIBTUSB
tristate "HCI USB driver"
depends on USB
help
Bluetooth HCI USB driver.
This driver is required if you want to use Bluetoot
clientbox.java
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.Vector;
import javax.microedition.io.Connector;
import javax.microedition.io
readme
BLUEHOC is a Bluetooth*(TM) extension to Network simulator (ns-2.1b7a)
(www.isi.edu/nsnam/ns)
BLUEHOC requires ns-2.1b7a
It simulates the basic features of the
following Bluetooth layers:
(1) Base
readme
This directory contains the Bluetooth modules.
The modules simulate the basic features of:
1) Bluetooth baseband.
2) Link Manager Protocol (LMP).
3) Logical Link Adaptation and Control Protocol (L
kconfig
menu "Bluetooth device drivers"
depends on BT
config BT_HCIUSB
tristate "HCI USB driver"
depends on USB
help
Bluetooth HCI USB driver.
This driver is required if you want to use Bluetooth
pcclientcomm.java
package example.simple;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.io.
deviceclientcomm.java
package example.simple;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Vector;
import javax.bluetooth.BluetoothStateException;
import j
chatapplication.java
package example.chat;
import javax.bluetooth.BluetoothStateException;
import javax.bluetooth.LocalDevice;
import javax.microedition.midlet.MIDlet;
import javax.microedition.midlet.MIDletStateCha