代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
about.java
//------------------------------------------------------------------
// ____ _____ _
// / ___| ___ _ __ _ _ | ____|_ __(_) ___ ___ ___ ___
midletapplication.java
// Copyright 2004 Nokia Corporation.
//
// THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER,
// EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS
// FOR ANY
midletapplication.java
// Copyright 2004 Nokia Corporation.
//
// THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER,
// EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS
// FOR ANY
clientbox.java
package midlet.bluetoothone;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.Vector;
import javax.bluetooth.BluetoothStateExcepti
readme.txt
Code Sample Name: BtSearch
Feature Area: Communications
Description:
This sample provides an implementation of simple Bluetooth device discovery
via the Winsock 2 API. It provides
readme.txt
Code Sample Name: BthChat
Feature Area: Communications
Description:
BthChat is a sample application that demonstrates how to create a peer to
peer communication between two devices
files
src/ - The source code for the lwBT Bluetooth stack.
doc/ - The documentation for lwBT.
ports/ - Sample ports of the Bluetooth HCI transport layer.
proj/ - Sample lwBT control appli
files
l2cap.c - Bluetooth L2CAP implementation.
sdp.c - Bluetooth SDP implemnentation.
rfcomm.c - Bluetooth RFCOMM implementation.
ppp.c - A minimal PPP implementation.
hci.c - A
readme.txt
Code Sample Name: BtSearch
Feature Area: Communications
Description:
This sample provides an implementation of simple Bluetooth device discovery
via the Winsock 2 API. It provides
clientbox.java
// ClientBox.java
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.Vector;
import javax.microedition.io.Connector;
imp